Mercurial > parpg-core
view src/parpg/bGrease/controller/__init__.py @ 88:d89e88a90c9e
Implemented creation of dynamic entities.
author | KarstenBock@gmx.net |
---|---|
date | Sun, 18 Sep 2011 16:26:12 +0200 |
parents | 96af64cf3b81 |
children | 0f659c7675f6 |
line wrap: on
line source
__all__ = ('EulerMovement',) from bGrease.controller.integrator import EulerMovement