public class TurretTool extends PlacementTool
A tool which allows the player to place a turret.
  • Constructor Details

    • TurretTool

      public TurretTool(com.badlogic.gdx.utils.ObjectMap<String,Integer> cost)
      Creates a new turret tool with the given cost.
      Parameters:
      cost - - the cost of a turret.
  • Method Details