Mercurial > parpg-core
view src/parpg/components/__init__.py @ 84:1e7465a785c4
Removed the pos value from the fifeagent component. getItemActions of Gamescenecontroller gets the position by calling a method of the behaviour.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 09 Sep 2011 15:30:23 +0200 |
parents | 2265d69ba57c |
children | b764229a0fad |
line wrap: on
line source
from Behavior import Behavior from CharacterStatistics import CharacterStatistics from containable import Containable from container import Container from description import Description from dialogue import Dialogue from fifeagent import FifeAgent from lockable import Lockable from usable import Usable