Okay i am making an rpg with sfml only, I need advice from pros
So here is my question: What would be the best way to get a sprite to move out of these
Using the mouse by getting the mouse's x/y saving separately into variables then using it in
sprite.move(x,y)
where x,y are the variables. Or using the key board.