Poodletooth-iLand/otp/movement/CMover.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

9 lines
No EOL
228 B
Python
Executable file

from pandac.PandaModules import *
class CMover:
def __init__(self, objNodePath, fwdSpeed=1, rotSpeed=1):
self.objNodePath = objNodePath
self.fwdSpeed = fwdSpeed
self.rotSpeed = rotSpeed