Mercurial > parpg-source
diff world.py @ 49:4f9747116061
Removed behaviour component. Behaviour is already stored in the fifeagent component.
author | KarstenBock@gmx.net |
---|---|
date | Thu, 08 Sep 2011 14:30:01 +0200 |
parents | 66a06de1bddc |
children | d3a9caba067b |
line wrap: on
line diff
--- a/world.py Thu Sep 08 14:20:31 2011 +0200 +++ b/world.py Thu Sep 08 14:30:01 2011 +0200 @@ -11,7 +11,6 @@ def configure(self): """Configure the game world's components, systems and renderers""" - self.components.behaviour = components.Behavior() self.components.characterstats = components.CharacterStatistics() self.components.containable = components.Containable() self.components.container = components.Container()