Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_pushableshelf_3x3_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
var drawnumbers = 
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
() * 0;
3
if (drawnumbers == 1)
4
{
5
    with (obj_heightfloor)
6
    {
7
        draw_sprite_ext(sprite_index, image_index, x, y, image_xscale, image_yscale, 0, image_blend, 0.2);
8
        draw_text(x, y, string(floorheight));
9
    }
10
}