Package com.csse3200.game.screens
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
ConstructorsConstructorDescriptionUpgradeShopScreen
(GdxGame game) Constructs a new UpgradeShopScreen with a reference to the main game. -
Method Summary
Methods inherited from class com.badlogic.gdx.ScreenAdapter
dispose, hide, pause, resize, resume, show
-
Constructor Details
-
UpgradeShopScreen
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 interfacecom.badlogic.gdx.Screen
- Overrides:
render
in classcom.badlogic.gdx.ScreenAdapter
- Parameters:
delta
- The time in seconds since the last render.
-