5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
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);
|
||
|
}
|