Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_debugger_Draw_64

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
draw_set_color(c_white)
4
draw_set_font(fnt_battle)
5
draw_set_alpha(0.25)
6
if variable_global_exists("attack_cycle")
7
    draw_text_transformed(5, 5, ("attack_cycle: " + string(global.attack_cycle)), 0.5, 0.5, 0)
8
draw_set_alpha(1)