Undertale script viewer
← back to main script listing
gml_Object_blt_minihelix_Step_0
(
view raw script w/o annotations or w/e
)
1
hspeed = sin(h / 5) * 8;
2
if (r == 0)
3
hspeed = -sin(h / 5) * 8;
4
h += 1;