Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_block_vfx_Step_0

(view raw script w/o annotations or w/e)
1
if (vspeed < 0)
2
    vspeed += 0.4;
3
if (vspeed > 0)
4
    vspeed -= 0.4;
5
if (image_index == 2)
6
    depth += 1;
7
if (image_index == 1)
8
{
9
    image_xscale = 1;
10
    image_yscale = 1;
11
}