Mercurial > parpg-source
view bGrease/controller/__init__.py @ 50:b4a525456c99
Added talk method to the base behaviour.
author | KarstenBock@gmx.net |
---|---|
date | Thu, 08 Sep 2011 15:17:28 +0200 |
parents | ff3e395abf91 |
children | e856b604b650 |
line wrap: on
line source
__all__ = ('EulerMovement',) from bGrease.controller.integrator import EulerMovement