config: opció gameplay.pause_countdown per saltar el compte enrere de pausa

This commit is contained in:
2026-05-17 17:24:06 +02:00
parent 6b0337b750
commit 415ce17f3b
4 changed files with 29 additions and 1 deletions
+5
View File
@@ -80,6 +80,10 @@ namespace Options {
std::string config_file;
};
struct Gameplay {
bool pause_countdown = Defaults::Gameplay::PAUSE_COUNTDOWN;
};
// Preset PostFX
struct PostFXPreset {
std::string name;
@@ -122,6 +126,7 @@ namespace Options {
extern Audio audio;
extern Loading loading;
extern Settings settings;
extern Gameplay gameplay;
extern std::vector<InputDevice> inputs; // [0]=KEYBOARD, [1]=GAMECONTROLLER per defecte
// Presets de shaders (carregats de postfx.yaml / crtpi.yaml al config folder)