Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_missile_marker_Step_0

(view raw script w/o annotations or w/e)
1
scr_depth_pivot();
2
depth += 10000;
3
if (image_xscale < 2)
4
{
5
    image_xscale += 0.5;
6
    image_yscale += 0.5;
7
}