From 92977a889bb045827ae51dc088fa3da501bd29e3 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 14 Jan 2017 12:10:28 -0600 Subject: made it so resources spawn during simulation --- inc/constants.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') 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; -- cgit v1.2.3