Package com.prineside.tdi2.screens
Class SettingsScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.SettingsScreen
- All Implemented Interfaces:
Screen
,Disposable
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SettingsScreen
public SettingsScreen() -
SettingsScreen
public SettingsScreen(float scrollValue)
-
-
Method Details
-
show
public void show()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen becomes 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.
-