summaryrefslogtreecommitdiff
path: root/inc/constants.hpp
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-19 11:31:57 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:41 -0600
commitbfdc713b68dd6f8d61e7b26fc2cff15caf24b44d (patch)
tree44c93a89b69c1b0b640804f81575067656fa9d5a /inc/constants.hpp
parent379803180921534a42743c1c5fb40647015c3dba (diff)
-finished formatting all of the includes, at least for now
Diffstat (limited to 'inc/constants.hpp')
-rw-r--r--inc/constants.hpp6
1 files changed, 3 insertions, 3 deletions
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;