Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_thrash_spark_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
image_alpha -= fadespeed;
3
image_angle += image_spin;
4
if (image_alpha <= 0)
5
    instance_destroy();