From bfdc713b68dd6f8d61e7b26fc2cff15caf24b44d Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 11:31:57 -0600 Subject: -finished formatting all of the includes, at least for now --- inc/constants.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inc/constants.hpp') diff --git a/inc/constants.hpp b/inc/constants.hpp index 8cf4edd..fbcb454 100644 --- a/inc/constants.hpp +++ b/inc/constants.hpp @@ -2,9 +2,9 @@ #define constants_h // General -const int CREATURES = 10; -const int RESOURCES = 100; -const int MINIMUM_RESOURCES = 80; +const int CREATURES = 100; +const int RESOURCES = 1000; +const int MINIMUM_RESOURCES = 800; const int WINDOW_X = 1000; const int WINDOW_Y = 1000; -- cgit v1.2.3