Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_beatflash_Step_0

(view raw script w/o annotations or w/e)
1
image_xscale = max(0, image_xscale * 0.8);
2
image_alpha = max(0, image_alpha - 0.016666666666666666);
3
if (image_xscale <= 0)
4
    instance_destroy();