dev command work

This commit is contained in:
2023-10-27 20:28:18 -05:00
parent 8cf1f1e60b
commit d7c7491746
4 changed files with 27 additions and 29 deletions
@@ -34,7 +34,7 @@ import static engine.math.FastMath.sqr;
import static engine.math.FastMath.sqrt;
public class MovementUtilities {
private static final int cellGap = 4;
private static final int cellGap = 1;
public static boolean inRangeOfBindLocation(Mob agent) {