I have the SmoothMover and vector classes and the class i am working on extending on SmoothMover.
This is the code im using to add the vector:
I am trying to add a vector initially and when a key is pressed but neither seems to make it move, what am i missing?
1 | addForce( new Vector( 60 , 0.5 )); |