Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_berdlyb_spearblast_mini_Step_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
if (speed > 1 && (y < (gt_miny() - 40) || y > (gt_maxy() + 40)))
3
    image_alpha -= 0.1;
4
if (image_alpha <= 0)
5
    instance_destroy();