Mercurial > parpg-source
view bGrease/controller/__init__.py @ 159:1b66e1ce226b
script commands are stored in the System now instead of the the script object.
author | KarstenBock@gmx.net |
---|---|
date | Sun, 13 Nov 2011 13:37:24 +0100 |
parents | e856b604b650 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement