So, flipping sprites is fine with me. I make a function that detects whether the player is moving left or right and sets "flip_h" to true or false accordingly. But doing this only affects the sprite, so I expect when I'll want to make my character hold objects and interact with the world in ways like that, this'll be an issue.
Basically I want to flip the entire player, not just it's sprite. How? Thanks in advance