Mercurial > parpg-source
view grease/controller/__init__.py @ 34:12071706020f
Fixed error in setting the initial state of the NPC behaviour
author | KarstenBock@gmx.net |
---|---|
date | Mon, 05 Sep 2011 14:14:42 +0200 |
parents | bc88f7d5ca8b |
children |
line wrap: on
line source
__all__ = ('EulerMovement',) from grease.controller.integrator import EulerMovement