Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mike_smoke_small_Draw_0

(view raw script w/o annotations or w/e)
1
draw_sprite_ext(sprite_index, image_index, x, y, scale, scale, image_angle, c_white, image_alpha);
2
scale += ((0.25 - scale) * 0.5);
3
image_alpha -= 0.1;
4
if (image_alpha <= 0)
5
    instance_destroy();