Undertale script viewer

← back to main script listing

gml_Object_obj_time_Draw_64

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    draw_set_font(fnt_maintext);
4
    draw_set_color(c_white);
5
    draw_text(10, 10, round(time / 30));
6
    draw_text(10, 30, global.savedata_debuginfo);
7
}