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
|
[object_type]
has_feet="no"
id="metal_spring"
on_bounced_on="[animation('spring'),sound('Spring.ogg')]"
on_end_anim="animation('normal')"
on_jumped_on="[animation('spring'),sound('Spring.ogg')]"
solid_area="2,6,20,27"
[consts]
spring_amount="3500"
springiness="1"
[/consts]
[animation]
collide="5,6,19,27"
duration="200"
frame_info="4,5,3,1,1006,117,16,23"
id="normal"
image="compiled-2.png"
rect="1002,112,1024,140"
[/animation]
[animation]
collide="5,6,19,27"
duration="4"
frame_info="4,8,4,1,634,226,16,20,3,11,3,1,650,226,18,17,4,7,4,1,668,226,16,21,5,2,5,1,684,226,14,26"
frames="4"
id="spring"
image="compiled-2.png"
rect="630,218,653,246"
[/animation]
[/object_type]
|