Mercurial > parpg-source
view grease/controller/__init__.py @ 28:bcabbffc88e6
Move setup_behaviour method of the Character entity to a function in fifeagent.py
author | KarstenBock@gmx.net |
---|---|
date | Sun, 04 Sep 2011 16:25:23 +0200 |
parents | bc88f7d5ca8b |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from grease.controller.integrator import EulerMovement