Undertale script viewer

← back to main script listing

gml_Object_obj_time_Draw_64

related scripts: Create_0Draw_64 Draw_75Draw_76Draw_77KeyPress_114KeyPress_75Other_2Other_4Other_70Other_72Step_1Step_2

(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
}