From e54170cfb8c0fb99ecdc3b1e57e832dec58ee76e Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 26 Feb 2017 07:55:18 -0600 Subject: -reimplemented a creature only being aware of something within its best sense, this also fixed the weird all creatures having the same target bug --- inc/constants.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') 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; -- cgit v1.2.3