Package com.prineside.tdi2.screens
Class LoadingScreen
java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.LoadingScreen
- All Implemented Interfaces:
Screen
,Disposable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoadingScreen
-
-
Method Details
-
draw
public void draw(float delta) -
resize
public void resize(int width, int height) -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.Screen
Called when this screen should release all resources.
-