File: ant_gold.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 (59 lines) | stat: -rw-r--r-- 670 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
53
54
55
56
57
58
59
	
	[object_type]
	id=ant_gold
	prototype=ant

	[vars]
		points_value=5
		turns_at_cliffs=0
	[/vars]
	
		[base:animation]
		image=enemies/ant-flying-gold.png
		rotate_on_slope=yes
		pad=3
		accel_x=0
		accel_y=80
		body_area=all
		[/animation]

	
		[animation]
		id=stand
		[/animation]
	
		[animation]
		id=thrown
		body_area=none
		[/animation]

		[animation]
		id=on_back
		[/animation]

		[animation]
		id=walk
		accel_x=350
		[/animation]

		[animation]
		id=walk
		duplicates=6
		accel_x=350
		rect=3,1,27,28
		[/animation]

		[animation]
		id=spring
		[/animation]

		[animation]
		id=turn
		[/animation]

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