diff options
author | majortom6 <tombarrett@siu.edu> | 2017-02-26 07:55:18 -0600 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-03-07 13:23:42 -0600 |
commit | e54170cfb8c0fb99ecdc3b1e57e832dec58ee76e (patch) | |
tree | 7cfc2c1949c22554559f58d0734f355b260fd184 /inc | |
parent | 2e4d19ba21347cc370d1aae7a57298328b94ca4e (diff) |
-reimplemented a creature only being aware of something within its best sense, this also fixed the weird all creatures having the same target bug
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; |