Hello!
I'm making currents in an underwater level of my platformer, and it's going perfect!
Each current makes you travel faster without having to press a button by using "Vectors"
For example, a current that makes the character go upward would set the player's vector to Y - 150 while they're touching the current.
It works perfectly, the only problem is that now I want to make FAST currents. Super duper fast.
I can't seem to set the vector any higher than 150... I'd set it to 250, but it'd be the same speed as 150 for some reason.
But... This only works for - X, X and Y vectors... The -Y vector can go well above 150. Anyone know the issue here? I'd love your input!