2 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -601,12 +601,12 @@ bool Director::saveConfigFile()
else if (options->videoMode == SDL_WINDOW_FULLSCREEN)
{
file << "fullScreenMode=SDL_WINDOW_FULLSCREEN\n";
file << "videoMode=SDL_WINDOW_FULLSCREEN\n";
}
else if (options->videoMode == SDL_WINDOW_FULLSCREEN_DESKTOP)
{
file << "fullScreenMode=SDL_WINDOW_FULLSCREEN_DESKTOP\n";
file << "videoMode=SDL_WINDOW_FULLSCREEN_DESKTOP\n";
}
file << "windowSize=" + std::to_string(options->windowSize) + "\n";

View File

@@ -23,7 +23,7 @@
#define TITLE_H
// Textos
#define TEXT_COPYRIGHT "@2020,2023 JailDesigner (v2.3)"
#define TEXT_COPYRIGHT "@2020,2023 JailDesigner (v2.3.1)"
// Contadores
#define TITLE_COUNTER 800