Game Dev Day 1:
Once again I've learned the hard way to read all the documentation. In Godot, typically the way you gain input for any kind of axis is with GetAxis(), but when I combined 2 of these to make a vector, I was getting an inverted curve. Turns out there's just a GetVector() method. Oops
about 1 year ago