Undertale script viewer

← back to main script listing

gml_Object_obj_torbody_Create_0

(view raw script w/o annotations or w/e)
1
x = obj_torface.x + ((obj_torface.sprite_width / 2) - (sprite_width / 2));
2
y = obj_torface.y + 27;
3
event_inherited();