Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_musical_path_trajectory_Draw_0
(
view raw script w/o annotations or w/e
)
1
timer++;
2
if (timer == 3)
3
{
4
timer = 0;
5
instance_create(x, y, obj_musical_path_dot);
6
}