From dc8195cb782e7c97eeb0caa5439c8e204809f3b2 Mon Sep 17 00:00:00 2001 From: devZoGok Date: Sun, 30 Jun 2024 15:43:19 +0300 Subject: [PATCH] updated camera configs --- defConfigs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defConfigs.h b/defConfigs.h index fdfe6f1..973528b 100755 --- a/defConfigs.h +++ b/defConfigs.h @@ -20,7 +20,7 @@ namespace battleship{ using namespace gameBase; const std::string DEFAULT_TEXTURE = "Textures/defaultTexture.jpg"; - const double camPanSpeed = .1, CAMERA_DISTANCE = 50, CAMERA_ZOOM_INCREMENT = 1, NUM_MAX_ZOOMS = 25, cellLength = 14, cellWidth = 14, cellDepth = 7; + const double camPanSpeed = .5, CAMERA_DISTANCE = 100, CAMERA_ZOOM_INCREMENT = 1, NUM_MAX_ZOOMS = 50, cellLength = 14, cellWidth = 14, cellDepth = 7; const int maxNumGroups = 10; const vb01::u32 IMPASS_NODE_VAL = 65535;