Undertale script viewer
← back to main script listing
gml_Object_obj_6shoe_musicnote_Step_0
(
view raw script w/o annotations or w/e
)
1
siner += 1;
2
x += sin(siner / 3);
3
y += cos(siner / 3);