I'm a complete noob to Godot and was going to make a snake game. I followed a few tutorials and got the basic mechanics down but one thing has always confused me. RIght now, I have a snake head sprite that isnt rotating based on the keyboard inputs. Basically the snake head moves the direction that the player inputs, but the head texture itself isnt rotating. And when I do set the rotation degrees in the code, it completely messes with the program and I think its because its rotating about a different axis than the center of the sprite. Anyone have a solution?