Mercurial > parpg-core
diff src/parpg/world.py @ 116:9b5498e3bda0
Move the identifier field from the FifeAgent component to the new General component.
Added General Entity.
author | KarstenBock@gmx.net |
---|---|
date | Sat, 24 Sep 2011 15:48:24 +0200 |
parents | 915190c0cbc8 |
children | b10de0310771 |
line wrap: on
line diff
--- a/src/parpg/world.py Fri Sep 23 15:09:02 2011 +0200 +++ b/src/parpg/world.py Sat Sep 24 15:48:24 2011 +0200 @@ -12,6 +12,7 @@ def configure(self): """Configure the game world's components, systems and renderers""" + self.components.general = components.General() self.components.characterstats = components.CharacterStatistics() self.components.containable = components.Containable() self.components.container = components.Container()