Mercurial > parpg-source
view bGrease/controller/__init__.py @ 129:055a14d72184
When dragging an item while changing the map, the mouse cursor will now not reset.
author | KarstenBock@gmx.net |
---|---|
date | Fri, 07 Oct 2011 14:52:09 +0200 |
parents | e856b604b650 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement