Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_rouxls_biplane_Step_0

(view raw script w/o annotations or w/e)
1
image_angle = direction + 180;
2
if (x < (obj_growtangle.x - 220))
3
    fade = 1;
4
if (fade == 1)
5
{
6
    image_alpha -= 0.1;
7
    flag.image_alpha -= 0.1;
8
    if (image_alpha < 0)
9
        instance_destroy();
10
}