com.TeamHEC.LocomotionCommotion.Scene
Class StartMenu

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Scene.Scene
      extended by com.TeamHEC.LocomotionCommotion.Scene.StartMenu
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class StartMenu
extends Scene


Field Summary
static java.lang.String gameMode
           
static java.lang.String player1name
           
static java.lang.String player2name
           
static com.badlogic.gdx.scenes.scene2d.ui.TextField textbox1
           
static com.badlogic.gdx.scenes.scene2d.ui.TextField textbox2
           
static int turnChoice
           
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Scene.Scene
actors, camera, screenX, screenY, stage
 
Constructor Summary
StartMenu()
           
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Scene.Scene
addToStage, changeCam, dispose, hide, pause, removeFromStage, render, resize, resume, setActorsTouchable, setVisibility, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gameMode

public static java.lang.String gameMode

player1name

public static java.lang.String player1name

player2name

public static java.lang.String player2name

turnChoice

public static int turnChoice

textbox1

public static com.badlogic.gdx.scenes.scene2d.ui.TextField textbox1

textbox2

public static com.badlogic.gdx.scenes.scene2d.ui.TextField textbox2
Constructor Detail

StartMenu

public StartMenu()