File: lock_golden.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 (49 lines) | stat: -rw-r--r-- 692 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
	[object_type]
	id=lock_golden

	prototype=lock_breakable

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

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

		[consts]
		particle_type="'lock_golden.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=0,16,7,23
			[/animation]

			[animation]
			id=normal2
			rect=8,16,15,23
			[/animation]

			[animation]
			id=normal3
			rect=0,24,7,31
			[/animation]

			[animation]
			id=normal4
			rect=8,24,15,31
			[/animation]
		[/object_type]
	[/object_type]