Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shutta_falling_item_piece_Step_0

(view raw script w/o annotations or w/e)
1
image_angle += rotation_spd;
2
image_alpha -= 0.05;
3
if (image_alpha == 0)
4
    instance_destroy();