its 6 am
This commit is contained in:
parent
b31b8ba5d7
commit
7fb465c82e
43 changed files with 159 additions and 86 deletions
|
@ -1,5 +1,5 @@
|
|||
function st_standing() {
|
||||
x = lerp(x, pos.x*global.tilesize.x+global.tilesize.x/2, .1);
|
||||
y = lerp(y, pos.y*global.tilesize.y+global.tilesize.y/2, .1);
|
||||
y = lerp(y, pos.y*global.tilesize.y+global.tilesize.y, .1);
|
||||
//log(x, y);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue