This commit is contained in:
the me 2022-08-23 06:06:02 -07:00
parent b31b8ba5d7
commit 7fb465c82e
43 changed files with 159 additions and 86 deletions

View file

@ -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);
}