Tagged Questions
1
vote
2answers
439 views
Detecting a click on a tile
I'm making a simple tile-map system in LWJGL, and I'm trying to figure out how to detect if the mouse is clicking inside of a tile. So far no matter where I click it's always the same tile that is ...