Class GameInfoParser
java.lang.Object
com.toxicrain.rainengine.core.BaseInstanceable<GameInfoParser>
com.toxicrain.rainengine.core.json.GameInfoParser
GameInfoParser parsers the gameinfo.json file
needed for game functionality
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GameInfoParser
void
Loads the gameinfo.json and parsers it into variablesMethods inherited from class com.toxicrain.rainengine.core.BaseInstanceable
getInstance
-
Field Details
-
defaultWindowName
-
engineVersion
-
gameMainClass
-
gameName
-
gameMakers
-
gameVersion
-
gameWebsite
-
playerSize
public float playerSize -
maxTexturesPerBatch
public int maxTexturesPerBatch -
minZoom
public int minZoom -
maxZoom
public int maxZoom
-
-
Constructor Details
-
GameInfoParser
public GameInfoParser()
-
-
Method Details
-
getInstance
-
loadGameInfo
public void loadGameInfo()Loads the gameinfo.json and parsers it into variables
-