efficom.runningjoe.ui
Class OptionsScreen

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

public class OptionsScreen
extends AbstractMenuItemScreen

The option screen and the logic

Author:
Guillaume BAILLEUL

Constructor Summary
OptionsScreen(RunningJoe game)
           
 
Method Summary
 void show()
           
 
Methods inherited from class efficom.runningjoe.ui.AbstractMenuItemScreen
render
 
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

OptionsScreen

public OptionsScreen(RunningJoe game)
Method Detail

show

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