5 lines
140 B
Plaintext
Raw Normal View History

2022-08-14 21:06:41 -07:00
function st_standing() {
x = pos.x*global.tilesize.x+global.tilesize.x/2;
y = pos.y*global.tilesize.y+global.tilesize.y/2;
//log(x, y);
}