Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_ch5_DW30_line_Draw_0

(view raw script w/o annotations or w/e)
1
if (!_active)
2
    exit;
3
draw_set_alpha(_alpha);
4
d_line_width_color(_xx, _yy, camerax() + (view_wport[0] / 2) + 5, (cameray() + (view_hport[0] / 2)) - 12, _line_width, 255, 255);
5
draw_set_alpha(1);