Package com.prineside.tdi2
Class BasicLevelStage
java.lang.Object
com.prineside.tdi2.BasicLevelStage
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.badlogic.gdx.graphics.Color
final com.badlogic.gdx.utils.Array<BasicLevel>
final String
boolean
final com.badlogic.gdx.utils.Array<Requirement>
final String
-
Constructor Summary
ConstructorsConstructorDescriptionBasicLevelStage
(String name, com.badlogic.gdx.graphics.Color color, String titleAlias) -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicLevelStage
fromJson
(com.badlogic.gdx.utils.JsonValue jsonValue) getTitle()
void
-
Field Details
-
name
-
regular
public boolean regular -
color
public final com.badlogic.gdx.graphics.Color color -
titleAlias
-
showRequirements
-
levels
-
-
Constructor Details
-
BasicLevelStage
-
-
Method Details
-
sortLevels
public void sortLevels() -
getTitle
-
fromJson
-