Class BasicWallTool


public class BasicWallTool extends PlacementTool
A tool which allows the player to place a basic wall.
  • Constructor Details

    • BasicWallTool

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