Class LosingScreen

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

public class LosingScreen extends com.badlogic.gdx.ScreenAdapter
  • Constructor Details

    • LosingScreen

      public LosingScreen(GdxGame game)
  • Method Details

    • show

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

      public void render(float delta)
      Specified by:
      render in interface com.badlogic.gdx.Screen
      Overrides:
      render 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