summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authortom <tombarrett@siu.edu>2017-01-14 12:10:28 -0600
committertom <tombarrett@siu.edu>2017-01-14 12:10:28 -0600
commit92977a889bb045827ae51dc088fa3da501bd29e3 (patch)
tree84c7981a5169db4758c1caad9f6d449f8da77464 /inc
parentf2f0867edd0d9624a77e4e5db39825b8ea1a55d0 (diff)
made it so resources spawn during simulation
Diffstat (limited to 'inc')
-rw-r--r--inc/constants.hpp1
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;