Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_spearblocker_piece_Step_0

(view raw script w/o annotations or w/e)
1
image_angle += (rotatespeed * dir);
2
timer++;
3
if (timer > 18)
4
    image_alpha -= 0.1;
5
if (image_alpha < 0)
6
    instance_destroy();