Hi everybody! I am making a platform game. When making horizontal spring movement, I encountered a problem: I make player's max speed equal 1000, deceleration=0, then apply VectorX=1000, but player won't exceed his default speed, which is 250. I checked everything, the max speed is 1000, but player's speed is still 250!
I need the spring to propel player forward at speed 1000.
I use speedVar and decelVar variables to change max speed and deceleration.
Thanks for attention :)