summaryrefslogtreecommitdiff
path: root/inc/constants.hpp
diff options
context:
space:
mode:
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;