Class UpgradeShopScreen

java.lang.Object
com.badlogic.gdx.ScreenAdapter
com.csse3200.game.screens.UpgradeShopScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class UpgradeShopScreen extends com.badlogic.gdx.ScreenAdapter
Represents the screen for the Shop that user can select items to upgrade their spaceship.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new UpgradeShopScreen with a reference to the main game.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(float delta)
    Renders the screen.

    Methods inherited from class com.badlogic.gdx.ScreenAdapter

    dispose, hide, pause, resize, resume, show

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UpgradeShopScreen

      public UpgradeShopScreen(GdxGame game)
      Constructs a new UpgradeShopScreen with a reference to the main game.
      Parameters:
      game - The main game instance.
  • Method Details

    • render

      public void render(float delta)
      Renders the screen.
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Overrides:
      render in class com.badlogic.gdx.ScreenAdapter
      Parameters:
      delta - The time in seconds since the last render.