diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/constants.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/constants.hpp b/inc/constants.hpp index 2a5b8fb..08f548e 100644 --- a/inc/constants.hpp +++ b/inc/constants.hpp @@ -3,6 +3,7 @@ const int CREATURES = 10; const int RESOURCES = 100; +const int MINIMUM_RESOURCES = 90; const int WINDOW_X = 1080; const int WINDOW_Y = 640; |