Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_box_hit_bullet_Step_0

(view raw script w/o annotations or w/e)
1
timer++;
2
if (timer >= timermax)
3
    image_alpha *= 0.7;
4
if (image_alpha < 0.2)
5
    active = 0;
6
image_angle += 10;
7
if (speed < 1)
8
    instance_destroy();