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_green
prototype=lock_breakable
[base:animation]
image=props/locks.png
[/animation]
[animation]
id=normal
rect=32,0,47,15
[/animation]
[consts]
particle_type="'lock_green.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=32,16,39,23
[/animation]
[animation]
id=normal2
rect=40,16,47,23
[/animation]
[animation]
id=normal3
rect=32,24,39,31
[/animation]
[animation]
id=normal4
rect=40,24,47,31
[/animation]
[/object_type]
[/object_type]
|