Class GameOverScreen

java.lang.Object
edu.uoc.pacman.view.GameOverScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class GameOverScreen extends Object implements com.badlogic.gdx.Screen
  • Field Details

    • game

      final PacmanGame game
    • camera

      com.badlogic.gdx.graphics.OrthographicCamera camera
  • Constructor Details

    • GameOverScreen

      public GameOverScreen(PacmanGame game)
  • Method Details

    • show

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

      public void render(float delta)
      Specified by:
      render in interface com.badlogic.gdx.Screen
    • resize

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

      public void pause()
      Specified by:
      pause in interface com.badlogic.gdx.Screen
    • resume

      public void resume()
      Specified by:
      resume in interface com.badlogic.gdx.Screen
    • hide

      public void hide()
      Specified by:
      hide in interface com.badlogic.gdx.Screen
    • dispose

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