Package de.tum.cit.ase.editor.data
Class EditorConfig
java.lang.Object
de.tum.cit.ase.editor.data.EditorConfig
The EditorConfig class holds the configuration settings for the maze game editor.
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static boolean
static boolean
static boolean
static com.badlogic.gdx.files.FileHandle
static boolean
static TileTypes
static EditorTool
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Saves the current settings to the preferences file.
-
Field Details
-
settings
- See Also:
-
loadedMapProject
public static com.badlogic.gdx.files.FileHandle loadedMapProject -
selectedTile
-
selectedTool
-
loadPreviousProject
public static boolean loadPreviousProject -
exportCheckHasExit
public static boolean exportCheckHasExit -
exportCheckCanReachExit
public static boolean exportCheckCanReachExit -
exportCheckHasKey
public static boolean exportCheckHasKey -
exportCheckCanReachKey
public static boolean exportCheckCanReachKey
-
-
Constructor Details
-
EditorConfig
public EditorConfig()
-
-
Method Details
-
saveSettings
public static void saveSettings()Saves the current settings to the preferences file.
-