Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_guardener_guy_gun_gun_Draw_0

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (draw_aim_line == true)
4
{
5
    draw_set_color(c_red)
6
    draw_line_width((x + 2), (y - 6), (x + 2 + (lengthdir_x(300, direction))), (y - 6 + (lengthdir_y(300, direction))), 2)
7
}
8
draw_self()