Mercurial > parpg-source
view bGrease/controller/__init__.py @ 186:c41299c7e833
Fixing an error with the path of the font and window icon.
author | Beliar <KarstenBock@gmx.net> |
---|---|
date | Tue, 20 Mar 2012 14:31:02 +0100 |
parents | e856b604b650 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement