Undertale script viewer

← back to main script listing

gml_Object_obj_torheart_Step_0

(view raw script w/o annotations or w/e)
1
x = (xstart + random(shake)) - random(shake);
2
y = (ystart + random(shake)) - random(shake);
3
image_alpha += 0.01;