Ok so, I know I'm close because the icon appears close to where it should be, but when I move I can tell it is not right. I am trying to draw an Icon just above the players head along with some small text on the game map. The problem is I cant find the players x and y values in comparison to the screen.
Here is what I am working with now.
Code:
x = $game_player.screen_x - $game_player.x y = $game_player.screen_y - $game_player.y - 96
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.