Minor tweaks before release

This commit is contained in:
Anuken
2019-06-19 18:04:31 -04:00
parent 441680861e
commit 3ad1949727
4 changed files with 5 additions and 3 deletions
@@ -266,7 +266,7 @@ public abstract class Unit extends DestructibleEntity implements SaveTrait, Targ
}
//repel player out of bounds
final float warpDst = 230f;
final float warpDst = 180f;
if(x < 0) velocity.x += (-x/warpDst);
if(y < 0) velocity.y += (-y/warpDst);