I'm pretty new to godot, And I'm making a game for a game jam and I need my character to be able to rotate with WASD. I can move around and all, but my character isn't rotating, he's just facing forward. I cant figure out how to do it. I've tried changing the rotation.y() thing but that didn't work for some reason...
Thanks.
Here's my code: Code