We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31defcb commit 0658d19Copy full SHA for 0658d19
1 file changed
src/configuration/configuration.h
@@ -139,6 +139,7 @@ class NODISCARD Configuration final
139
NamedConfig<bool> showMissingMapId{"SHOW_MISSING_MAPID", false};
140
NamedConfig<bool> showUnsavedChanges{"SHOW_UNSAVED_CHANGES", false};
141
NamedConfig<bool> showUnmappedExits{"SHOW_UNMAPPED_EXITS", false};
142
+ NamedConfig<bool> showBackgroundImage{"SHOW_BACKGROUND_IMAGE", true};
143
bool drawUpperLayersTextured = false;
144
bool drawDoorNames = false;
145
int antialiasingSamples = 0;
0 commit comments