Mercurial > fife-parpg
diff demos/shooter/scripts/ships/shipbase.py @ 451:f463ab431cc0
Movement shouldn't be dependent on framerate anymore.
Some minor tweaks.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 01 Apr 2010 21:14:23 +0000 |
parents | 5e2ec84902a7 |
children | cf53848fb187 |
line wrap: on
line diff
--- a/demos/shooter/scripts/ships/shipbase.py Thu Apr 01 19:26:56 2010 +0000 +++ b/demos/shooter/scripts/ships/shipbase.py Thu Apr 01 21:14:23 2010 +0000 @@ -32,7 +32,6 @@ def __init__(self, model, name, layer, findInstance=True): super(Ship, self).__init__(model, name, layer, findInstance) - self._maxvelocity = 0.025/sqrt(self._xscale * self._yscale) self._timedelta = 0 self._weapon = None