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
|
[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"
[editor_info]
category="decor"
[var]
name="is_bubbling"
type="boolean"
value="1"
[/var]
[/editor_info]
[animation]
collide="0,0,10,13"
duration="100"
frame_info="3,3,3,1,720,764,12,11"
frames="1"
id="normal"
image="compiled-2.png"
rect="717,761,734,775"
[/animation]
[animation]
collide="0,0,10,13"
duration="6"
events="2,26:puff"
frame_info="3,2,1,1,0,764,14,12,3,2,1,1,14,764,14,12,3,3,1,1,28,764,14,11,3,3,2,1,42,764,13,11,1,2,3,1,55,764,14,12,1,2,3,1,69,764,14,12,1,3,3,1,83,764,14,11,2,3,3,1,97,764,13,11"
frames="8"
frames_per_row="4"
id="bubble"
image="compiled-2.png"
rect="-3,762,14,776"
[/animation]
[/object_type]
|