Package com.csse3200.game.screens
Class CompanionDeathScreen
java.lang.Object
com.badlogic.gdx.ScreenAdapter
com.csse3200.game.screens.CompanionDeathScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
public class CompanionDeathScreen
extends com.badlogic.gdx.ScreenAdapter
The screen displayed when the companion character dies in the game.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCompanionDeathScreen
(GdxGame game) Constructs the CompanionDeathScreen with the given game instance. -
Method Summary
Methods inherited from class com.badlogic.gdx.ScreenAdapter
hide, pause, resume, show
-
Field Details
-
logger
public static final org.slf4j.Logger logger
-
-
Constructor Details
-
CompanionDeathScreen
Constructs the CompanionDeathScreen with the given game instance.- Parameters:
game
- The GdxGame instance.
-
-
Method Details
-
render
public void render(float delta) - Specified by:
render
in interfacecom.badlogic.gdx.Screen
- Overrides:
render
in classcom.badlogic.gdx.ScreenAdapter
-
resize
public void resize(int width, int height) - Specified by:
resize
in interfacecom.badlogic.gdx.Screen
- Overrides:
resize
in classcom.badlogic.gdx.ScreenAdapter
-
dispose
public void dispose()- Specified by:
dispose
in interfacecom.badlogic.gdx.Screen
- Overrides:
dispose
in classcom.badlogic.gdx.ScreenAdapter
-