efficom.runningjoe.ui
Class LoginScreen

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

public class LoginScreen
extends AbstractScreen


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

Constructor Detail

LoginScreen

public LoginScreen(RunningJoe game)
Method Detail

show

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

createMenu

public void createMenu()