20 package net.sf.gridarta.var.crossfire.model.settings;
26 import org.jetbrains.annotations.NotNull;
39 super(editorSettings);
51 return new File(
"resource/conf");
File getPickmapDir()
Returns the pickmap directory.
final EditorSettings editorSettings
The EditorSettings for retrieving default values.
String PICKMAP_DIR
The directory that contains all pickmaps.
Base package of all Gridarta classes.
File getConfigurationDirectory()
Returns the configuration directory which is used to load configuration information like types...
Maintains path names to resources.
Defines common UI constants used in different dialogs and all used icon files.
Main package of Gridarta4Crossfire, contains all classes specific to the Crossfire version of the Gri...
File getMapsDirectory()
Returns the default maps directory.
Default implementation of ProjectSettings.
File getCollectedDirectory()
Returns the directory where collected archetypes are stored.
Settings that apply to the editor.
CrossfireDefaultProjectSettings(@NotNull final EditorSettings editorSettings)
Creates a new instance.