Class AboutScreen

java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.AboutScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class AboutScreen extends Screen
  • Constructor Details

    • AboutScreen

      public AboutScreen()
  • Method Details

    • show

      public void show()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen becomes the current screen for a Game.
      Specified by:
      show in interface com.badlogic.gdx.Screen
      Overrides:
      show in class Screen
    • hide

      public void hide()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen is no longer the current screen for a Game.
      Specified by:
      hide in interface com.badlogic.gdx.Screen
      Overrides:
      hide in class Screen
    • draw

      public void draw(float delta)
      Specified by:
      draw in class Screen
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen should release all resources.
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class Screen