Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_enemy_hitbox_Step_0

(view raw script w/o annotations or w/e)
1
timer -= 1;
2
if (timer <= 0)
3
    instance_destroy();
4
image_blend = c_red;