Mercurial > parpg-core
view src/parpg/bGrease/controller/__init__.py @ 174:ee4c1fe78be1
Added drag and drop and context menu to the equipment part of the character screen.
author | KarstenBock@gmx.net |
---|---|
date | Sun, 09 Oct 2011 19:24:37 +0200 |
parents | 0f659c7675f6 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement