Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_vent_loader_Draw_0

(view raw script w/o annotations or w/e)
1
if (fade_active)
2
    image_alpha += fadespeed;
3
draw_sprite_ext(sprite_index, image_index, x, y, length, height, 0, image_blend, image_alpha);
4
if (image_alpha <= 0)
5
    instance_destroy();