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
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs the CompanionDeathScreen with the given game instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    render(float delta)
     
    void
    resize(int width, int height)
     

    Methods inherited from class com.badlogic.gdx.ScreenAdapter

    hide, pause, resume, show

    Methods inherited from class java.lang.Object

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

    • logger

      public static final org.slf4j.Logger logger
  • Constructor Details

    • CompanionDeathScreen

      public CompanionDeathScreen(GdxGame game)
      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 interface com.badlogic.gdx.Screen
      Overrides:
      render in class com.badlogic.gdx.ScreenAdapter
    • resize

      public void resize(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class com.badlogic.gdx.ScreenAdapter
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class com.badlogic.gdx.ScreenAdapter