Further targeting improvements for AI

This commit is contained in:
Anuken
2018-06-03 20:03:53 -04:00
parent 270dc351a1
commit 3202d62a92
26 changed files with 420 additions and 242 deletions

View File

@@ -69,7 +69,7 @@ public class DebugFragment implements Fragment {
row();
new button("death", () -> player.damage(99999, false));
row();
new button("spawnf", () -> UnitTypes.drone.create(player.team).set(player.x, player.y).add());
new button("spawnf", () -> UnitTypes.vtol.create(player.team).set(player.x, player.y).add());
row();
new button("spawng", () -> UnitTypes.scout.create(player.team).set(player.x, player.y).add());
row();