Mercurial > parpg-source
view bGrease/controller/__init__.py @ 180:0d0422243490
The getGameEnvironment method of GameState will now return a globals dictionary where __builtins__ is disabled.
author | Beliar |
---|---|
date | Sat, 10 Mar 2012 13:31:47 +0100 |
parents | e856b604b650 |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from parpg.bGrease.controller.integrator import EulerMovement