Good evening from Romania!
I’m still developing my game and i’ve got another problem. I am trying to make the player shoot with it’s mouse (my game is a RPG), so using the mouse position. The problem is that i am using g.translate(xOffset, yOffset); (xOffset and yOffset based on player position ON MAP). Here is my question: How can i calculate the mouse position ON MAP ?