efficom.runningjoe.ui
Class SplashScreen

java.lang.Object
  extended by efficom.runningjoe.ui.AbstractScreen
      extended by efficom.runningjoe.ui.SplashScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class SplashScreen
extends AbstractScreen

Shows a splash image and moves on to the next screen.


Constructor Summary
SplashScreen(RunningJoe game)
           
 
Method Summary
 void render(float delta)
           
 void show()
           
 
Methods inherited from class efficom.runningjoe.ui.AbstractScreen
dispose, getAtlas, getBatch, getFont, hide, pause, resize, resume
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen(RunningJoe game)
Method Detail

show

public void show()
Specified by:
show in interface com.badlogic.gdx.Screen
Overrides:
show in class AbstractScreen

render

public void render(float delta)
Specified by:
render in interface com.badlogic.gdx.Screen
Overrides:
render in class AbstractScreen