Mercurial > parpg-core
diff src/parpg/behaviours/base.py @ 183:5d52f08633c0
Added onInstanceActionFrame to BaseBehaviour. This fixes the "blinking Objects" problem.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 21 Oct 2011 13:39:40 +0200 |
parents | ecac92680bef |
children |
line wrap: on
line diff
--- a/src/parpg/behaviours/base.py Tue Oct 11 14:47:37 2011 +0200 +++ b/src/parpg/behaviours/base.py Fri Oct 21 13:39:40 2011 +0200 @@ -83,7 +83,9 @@ except IndexError: self.idle() - + def onInstanceActionFrame(self, instance, action, frame): + pass + def getLocation(self): """Get the agents position as a fife.Location object. @rtype: fife.Location