Class ToolConfig

java.lang.Object
com.csse3200.game.components.structures.ToolConfig

public class ToolConfig extends Object
This class is used to read in the structure tools config file. It defines the properties of a tool which can be defined.
  • Field Details

    • name

      public String name
      The display name of this tool
    • description

      public String description
      A short description of what the tool does
    • cost

      public com.badlogic.gdx.utils.ObjectMap<String,Integer> cost
      A map containing the tools cost for each resource
    • texture

      public String texture
      The texture to use for the StructureToolPickers' icon.
  • Constructor Details

    • ToolConfig

      public ToolConfig()