diff options
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -463,7 +463,7 @@ function get_army_xy_lerp(s1, s2) { y = lerp(y1, y2, 1/2) if (n < 150) { - if (Math.abs(dx) > Math.abs(dy)) { + if (Math.abs(dx) * 0.75 > Math.abs(dy)) { if (dx > 0) x -= 10 else |