el fitxer de parametres es guarda en options/config.txt

This commit is contained in:
2025-08-17 21:42:26 +02:00
parent 1e9e664012
commit 2819b3628e
4 changed files with 6 additions and 2 deletions

View File

@@ -235,5 +235,6 @@ constexpr int AUDIO_VOLUME = 100;
// Settings
constexpr bool SETTINGS_AUTOFIRE = true;
constexpr bool SETTINGS_SHUTDOWN_ENABLED = false;
constexpr const char* PARAMS_FILE = "param_320x256.txt";
} // namespace Options
} // namespace GameDefaults