nevermind
Just invert the values… when you go positive then change it to negative: -set.getY();
For when you go negative do: Math.abs(set.getY());
nevermind
Just invert the values… when you go positive then change it to negative: -set.getY();
For when you go negative do: Math.abs(set.getY());