Mercurial > parpg-source
view grease/controller/__init__.py @ 37:59ea103917ae
Added pos paramenter to the Character entity
author | KarstenBock@gmx.net |
---|---|
date | Mon, 05 Sep 2011 14:45:28 +0200 |
parents | bc88f7d5ca8b |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from grease.controller.integrator import EulerMovement