1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
[object_type]
dies_on_inactive="yes"
id="falling_leaf"
ignore_collide="true"
on_collide="die()"
on_create="[set(velocity_y,50+1d100,)]"
on_end_anim="animation('normal')"
on_enter_water="die()"
on_timer="set(velocity_x, (wave(cycle*6)+1000)/10 -100)"
timer_frequency="10"
zorder="50"
[animation]
duration="5"
frame_info="1,3,1,2,938,124,8,5,1,4,2,3,946,124,7,3,1,4,1,4,953,124,8,2,1,4,1,4,961,124,8,2,1,3,1,3,969,124,8,4,1,3,2,3,977,124,7,4"
frames="6"
id="normal"
image="compiled-1.png"
rect="937,121,946,130"
reverse="yes"
[/animation]
[/object_type]
|