lordkawaii 2015-04-21 21:29
When I tried to run it all I got was this error
c:\Games\Ludum 32\SmallHorseSimulator>MAIN
Traceback (most recent call last):
File "C:\Games\Ludum 32\SmallHorseSimulator\main.py", line 47, in <module>
player.update(dt, map)
File "C:\Games\Ludum 32\SmallHorseSimulator\gameUtil.py", line 149, in update
self.applyForce(VectorN([0, 900]), dt)
File "C:\Games\Ludum 32\SmallHorseSimulator\gameUtil.py", line 17, in applyFor
ce
self.mVel += dt * F / self.mMass
TypeError: unsupported operand type(s) for /: 'VectorN' and 'int'