Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_ceroba_transform_white_transition_Draw_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
draw_set_alpha(draw_alpha)
4
draw_set_color(c_white)
5
draw_rectangle(-50, -50, 690, 530, false)
6
draw_circle(x, y, circle_r, false)
7
draw_set_alpha(1)