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
+4
View File
@@ -51,6 +51,10 @@ namespace Defaults::Settings {
constexpr Lang::Code LANGUAGE = Lang::Code::BA_BA;
} // namespace Defaults::Settings
namespace Defaults::Gameplay {
constexpr bool PAUSE_COUNTDOWN = true;
} // namespace Defaults::Gameplay
// Tamaño de bloque
constexpr int BLOCK = 8;
constexpr int HALF_BLOCK = BLOCK / 2;