Class ShopArea

java.lang.Object
com.csse3200.game.areas.GameArea
com.csse3200.game.areas.ShopArea
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class ShopArea extends GameArea
Shop Area for spawning items and stats about the ship
  • Constructor Details

    • ShopArea

      public ShopArea(TerrainFactory terrainFactory)
      Constructor for initializing terrain area
      Parameters:
      terrainFactory - Terrain factory being used in the area
  • Method Details

    • create

      public void create()
      Main method for calling all the methods in the ShopArea into the UpgradeShopScreen class
      Specified by:
      create in class GameArea
    • dispose

      public void dispose()
      Description copied from class: GameArea
      Dispose of all internal entities in the area
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
      Overrides:
      dispose in class GameArea