File: lock_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 (50 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
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
	[object_type]
	id=lock_red

	prototype=lock_breakable

		[base:animation]
		image=props/locks.png
		[/animation]

		[animation]
		id=normal
		rect=48,0,63,15
		[/animation]

		[consts]
		particle_type="'lock_red.particle'"
		[/consts]

		[object_type]
		id=particle
		prototype=lock_particle
			[base:animation]
			image=props/locks.png
			accel_y=60
			frames=1
			duration=100
			[/animation]

			[animation]
			id=normal1
			rect=48,16,55,23
			[/animation]

			[animation]
			id=normal2
			rect=56,16,63,23
			[/animation]

			[animation]
			id=normal3
			rect=48,24,55,31
			[/animation]

			[animation]
			id=normal4
			rect=56,24,63,31
			[/animation]

		[/object_type]
	[/object_type]