20 package net.sf.gridarta.model.settings;
23 import org.jetbrains.annotations.NotNull;
void setCurrentSaveMapDirectory(@NotNull File currentSaveMapDirectory)
Sets the default directory for saving maps.
File getCurrentSaveMapDirectory()
Returns the default directory for saving maps.
void setImageDirectory(@NotNull File imageDirectory)
Sets the directory to save created image to.
File getImageDirectory()
Returns the directory to save images to.
Settings that are not retained across editor restarts.