Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shootout_fire_Step_0

(view raw script w/o annotations or w/e)
1
hspeed -= 0.1;
2
if (x < -100)
3
    instance_destroy();