Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shootout_bullet_line_Step_0

(view raw script w/o annotations or w/e)
1
x = parent.x;
2
if (parent.char_state != "shoot")
3
    instance_destroy();