Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_darkness_trail_wild_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(start_color);
2
d_circle(x, y, width / 2, false);
3
var _col_a = start_color;
4
var _col_b = end_color;
5
var _lastpos = new Vector2(x, y);
6
var _pos = new Vector2(x, y);