Currently working on a game project that involves layering multiple images (tiles) on top of each other to create a sense of depth. However, I have encountered an issue when attempting to click on these overlapping tiles. Due to their transparency, clicking on one tile often triggers the event for another image. How can I prevent clicks on transparent areas of an image?