Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_o_boxingflame_Draw_0
(
view raw script w/o annotations or w/e
)
1
if (instance_exists(o_coaster_hero))
2
{
3
timer++;
4
if (timer < 3)
5
exit;
6
}
7
draw_self();