Package com.prineside.tdi2.screens
Class AboutScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.AboutScreen
- All Implemented Interfaces:
com.badlogic.gdx.Screen
-
Constructor Summary
Constructors -
Method Summary
-
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 aGame
. -
hide
public void hide()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen is no longer the current screen for aGame
. -
draw
public void draw(float delta) -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen should release all resources.
-