mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
updated camera configs
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user