Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_afterimage_line_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_alpha(image_alpha);
2
draw_set_color(c_lime);
3
d_line(x, y, x2, y2);
4
draw_set_color(c_white);
5
draw_set_alpha(1);