Undertale script viewer

← back to main script listing

gml_Object_obj_lightpunch_Step_0

(view raw script w/o annotations or w/e)
1
x -= 1;
2
y -= 1;
3
x += random(2);
4
y += random(2);