Class EditorConfig

java.lang.Object
de.tum.cit.ase.editor.data.EditorConfig

public final class EditorConfig extends Object
The EditorConfig class holds the configuration settings for the maze game editor.
  • Field Details

    • settings

      public static final String settings
      See Also:
    • loadedMapProject

      public static com.badlogic.gdx.files.FileHandle loadedMapProject
    • selectedTile

      public static TileTypes selectedTile
    • selectedTool

      public static EditorTool 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.