config: opció gameplay.pause_countdown per saltar el compte enrere de pausa
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user