diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/constants.hpp | 4 |
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; |