File: ant_platform_red.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 (90 lines) | stat: -rw-r--r-- 1,153 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
	
	[object_type]
	id=ant_platform_red
	prototype=ant

	[vars]
		points_value=5
		turns_at_cliffs=0
	[/vars]

	[consts]
		springiness=0
	[/consts]

	solid_area=3,7,22,25
	on_bounced_on=""
	on_collide_head=""

		[base:animation]
		image=enemies/ant-flying-platform-red.png
		rotate_on_slope=yes
		pad=3
		accel_x=0
		accel_y=80
		body_area=all
		[/animation]

		[animation]
		id=stand
		rect=3,1,27,28
		frames=1
		duration=6
		accel_y=80
		accel_x=0
		[/animation]
	
		[animation]
		id=thrown
		rect=31,33,55,60
		frames=1
		body_area=none
		[/animation]
	
		[animation]
		id=on_back
		rect=31,33,55,60
		frames=1
		[/animation]

		[animation]
		id=walk   #blink variant
		accel_x=300
		rect=89,1,113,28
		frames=3
		duration=6
		[/animation]

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

		[animation]
		id=spring
		rect=3,33,27,60
		frames=1
		duration=4
		[/animation]

		[animation]
		id=turn
		rect=3,65,27,92
		frames=3
		duration=4
		[/animation]

		[animation]
		id=hurt
		rect=90,65,114,92
		frames=1
		duration=18
		events="6:12:18:hurtflicker"
		[/animation]
	
	[/object_type]