From 0fb9be931f538afe4bf37f8c13fcc62e1abe4e0f Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Sun, 17 May 2026 13:11:13 +0200 Subject: [PATCH] defaults: zoom de finestra a 3 (era 2) --- source/core/system/defaults.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core/system/defaults.hpp b/source/core/system/defaults.hpp index d2da590..7d1431e 100644 --- a/source/core/system/defaults.hpp +++ b/source/core/system/defaults.hpp @@ -177,8 +177,8 @@ namespace Defaults::Player::OutlineColor { namespace Defaults::Window { constexpr const char* CAPTION = "© 2025 Coffee Crisis Arcade Edition — JailDesigner"; - constexpr int ZOOM = 2; - constexpr int MAX_ZOOM = 2; + constexpr int ZOOM = 3; + constexpr int MAX_ZOOM = 3; } // namespace Defaults::Window namespace Defaults::Video {