summaryrefslogtreecommitdiff
path: root/inc/constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/constants.hpp')
-rw-r--r--inc/constants.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/constants.hpp b/inc/constants.hpp
index 6cb2982..dc0ddec 100644
--- a/inc/constants.hpp
+++ b/inc/constants.hpp
@@ -39,8 +39,8 @@ const float CREATURE_SIDES = 4.0;
const float RESOURCE_SIDES = 10;
// Quadtree
-const int MAX_OBJECTS = 10;
-const int MAX_LEVELS = 10;
+const int MAX_OBJECTS = 5;
+const int MAX_LEVELS = 20;
// Camera
const float MOVE_AMOUNT = .2;