Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_shadow_mantle_groundfire_Step_0
(view raw script w/o annotations or w/e)
|
1
|
timer++;
|
|
2
|
if (timer == 5)
|
|
3
|
active_hitbox = false;
|
|
4
|
if (timer == 7)
|
|
5
|
instance_destroy();
|
|
6
|
if (image_xscale < 2)
|
|
7
|
{
|
|
8
|
image_xscale += 0.4;
|
|
9
|
image_yscale += 0.4;
|
|
10
|
}
|