File: fumper_flapper.cfg

package info (click to toggle)
frogatto-data 1.0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 155,116 kB
  • sloc: makefile: 1
file content (52 lines) | stat: -rw-r--r-- 558 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
	[object_type]
	id=fumper_flapper

	prototype=fumper

	[consts]
	jump_power=2000
	[/consts]


		[base:animation]
		image=enemies/fumper-flapper.png
		pad=3
		body_area=all
		accel_y=50
		attack_area=all
		[/animation]
	
		[animation]
		id=stand
		[/animation]
		
		[animation]
		id=start_jump
		[/animation]
		
		[animation]
		id=jump
		frames=2
		[/animation]

		[animation]
		id=fall
		frames=2
		[/animation]

		[animation]
		id=land
		[/animation]

		[animation]
		id=turn
		[/animation]

		[animation]
		id=hurt
		[/animation]
		
		
		
	[/object_type]