File: lock_purple.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-- 700 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_purple

	prototype=lock_breakable

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

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

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

			[animation]
			id=normal2
			rect=72,16,79,23
			[/animation]

			[animation]
			id=normal3
			rect=64,24,71,31
			[/animation]

			[animation]
			id=normal4
			rect=72,24,79,31
			[/animation]

		[/object_type]
	[/object_type]