Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_poppup_topobjflyaway_Step_0

(view raw script w/o annotations or w/e)
1
yspeed *= 1.1;
2
y -= yspeed;
3
image_alpha *= 0.8;
4
if (image_alpha < 0.05)
5
    instance_destroy();