From 467a25d8db798e8b590773bb0b89eac36537b87a Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 1 May 2015 14:42:07 -0500 Subject: removed temp and made compilable --- src/creature.cpp~ | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 src/creature.cpp~ (limited to 'src/creature.cpp~') diff --git a/src/creature.cpp~ b/src/creature.cpp~ deleted file mode 100644 index 15b6577..0000000 --- a/src/creature.cpp~ +++ /dev/null @@ -1,47 +0,0 @@ -#include "creature.h" - -Creature::Creature(Window m, std::string s) -{ - texture = loadTexture(s, m); - renderer = m.getRenderer(); - x=y=500; - - //For the test resource - xT=yT=300; -} - -void Creature::Behavior() -{ - //Detection - - //Priorities - - //Action - this->Action(); -} - -void Creature::Action() -{ - //if(isclose) - // eat//reproduce//etc; - - if(x==xT) - { - if(y