defaults: zoom de finestra a 3 (era 2)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user