This commit is contained in:
Anuken
2020-05-28 12:16:35 -04:00
parent fbc2d13435
commit c5c8d646f7
5 changed files with 6 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ abstract class VelComp implements Posc{
}
boolean moving(){
return !vel.isZero(0.001f);
return !vel.isZero(0.01f);
}
void move(float cx, float cy){