public class Game_StartingSequence
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SpriteButton |
getStartedWindow |
static boolean |
inProgress |
static boolean |
player1 |
static com.badlogic.gdx.scenes.scene2d.ui.Label |
selectLabel |
static int |
stagestart |
static int |
startGameActors |
Constructor and Description |
---|
Game_StartingSequence() |
Modifier and Type | Method and Description |
---|---|
void |
create(com.badlogic.gdx.scenes.scene2d.Stage stage) |
static void |
fillGoalScreen() |
static void |
reset() |
static void |
startGame() |
public static int stagestart
public static int startGameActors
public static com.badlogic.gdx.scenes.scene2d.ui.Label selectLabel
public static boolean player1
public static boolean inProgress
public static SpriteButton getStartedWindow