Deltarune script viewer

← back to main script listing

gml_Object_obj_basicbullet_sneo_finale_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
direction += angle_speed;
4
image_angle = direction;