Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_lilguy_bullet_Step_0

(view raw script w/o annotations or w/e)
1
if (x >= (room_width + 100) || x <= -100 || y >= (room_height + 100) || y <= -100)
2
    instance_destroy();
3
image_angle += 36;