Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ghosthouse_jackolantern_merciful_Draw_73

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

function
scr_debug()
{ if (global.debug == 1) return 1; }
() && sunkus_kb_check(32))
2
{
3
    draw_set_color(c_orange);
4
    d_circle(x, y, 45 - (size * 30), true);
5
    draw_set_color(c_red);
6
    d_circle(obj_heart.x + 4, obj_heart.y + 4, 30, true);
7
    draw_set_color(c_red);
8
    d_circle(obj_heart.x + 4, obj_heart.y + 4, light_distance - 45, true);
9
}