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
|
[object_type]
id="bubbling_pot"
ignore_collide="true"
on_create="if(is_bubbling,animation('bubble'),animation('normal'))"
on_end_bubble_anim="animation('bubble')"
on_end_normal_anim="animation('normal')"
on_puff="if(1d2=2,spawn('steam_particle',midpoint_x,y+5,facing))"
zorder="-1"
[animation]
collide="0,0,10,13"
duration="100"
frame_info="3,3,3,1,0,472,12,11"
frames="1"
id="normal"
image="compiled-2.png"
rect="-3,469,14,483"
[/animation]
[animation]
collide="0,0,10,13"
duration="6"
events="2,26:puff"
frame_info="3,2,1,1,570,727,14,12,3,2,1,1,584,727,14,12,3,3,1,1,598,727,14,11,3,3,2,1,612,727,13,11,1,2,3,1,625,727,14,12,1,2,3,1,639,727,14,12,1,3,3,1,653,727,14,11,2,3,3,1,667,727,13,11"
frames="8"
frames_per_row="4"
id="bubble"
image="compiled-0.png"
rect="567,725,584,739"
[/animation]
[/object_type]
|