Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_heart_biter_bullet_Step_0

(view raw script w/o annotations or w/e)
1
image_angle = direction;
2
timer++;
3
if (timer > 50)
4
    image_alpha -= 0.1;
5
if (image_alpha < 0)
6
    instance_destroy();
7
if (global.turntimer < 1)
8
    instance_destroy();