Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flowey_world_lasers_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
if (lasers_active == true)
3
{
4
    draw_set_color(c_orange);
5
    draw_rectangle(x + 7, y + 12, x + 10, y + 700, false);
6
}