defaults: zoom de finestra a 3 (era 2)

This commit is contained in:
2026-05-17 13:11:13 +02:00
parent 1d46c4f3bd
commit 0fb9be931f
+2 -2
View File
@@ -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 {