From 11c5d147b845d4323f2e94c1ac47b6001420d8e6 Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 19 Jan 2017 13:33:46 -0600 Subject: -added entity growing -added bite functionality for creature/resource -added gender (next largest feature is reproduction) -refractored creature setTarget function to make more sense -added constants for starting size of entity and max size of entity -refractored list to make make much more sense -added constants for types --- src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 48d3c64..460582a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,9 +22,10 @@ int main() } main.Clear(); - + + L.Remove(); + L.Behavior(); L.Place(); - L.Behavior(); main.Render(); -- cgit v1.2.3