Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_staticlight_overworld_Draw_0

(view raw script w/o annotations or w/e)
1
var drawloc = false;
2
if (
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
3
{
4
    if (drawloc)
5
        draw_sprite_ext(spr_pxwhite, 0, x, y, 1, 1, 0, c_white, 1);
6
}
7
var count = 0;
8
var space = 10;
9
var border = 8;