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]
|