Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_rotating_tower_controller_KeyPress_50

(view raw script w/o annotations or w/e)
1
if (!
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
2
    exit;
3
orb = instance_create(320, 9999, obj_vertical_dark_laser1);
4
orb.angle_position = (270 - tower_angle - 80) + irandom(160);
5
orb.position = choose("above", "below");
6
orb.depth = depth - 4;