public static class TrainDepotUI.Game_TrainDepotManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SpriteButton |
game_traindepot_backbtn |
static Sprite |
game_traindepot_backdrop |
static Sprite |
game_traindepot_title |
boolean |
open |
static int |
stageEnd |
static int |
stageStart |
Constructor and Description |
---|
TrainDepotUI.Game_TrainDepotManager() |
Modifier and Type | Method and Description |
---|---|
void |
create(com.badlogic.gdx.scenes.scene2d.Stage stage) |
int |
getStageEnd() |
int |
getStageStart() |
public static Sprite game_traindepot_backdrop
public static Sprite game_traindepot_title
public static SpriteButton game_traindepot_backbtn
public boolean open
public static int stageStart
public static int stageEnd