Ok I need some direction on this and see if this is a viable solution
I have this jpeg

With Godot can I just add this jpeg to the scene ( without adding Tilemaps ) and just have coordinates of each Hexagon made programmatically?
So basically when a user clicks on a specific coordinate the program knows where he clicked on it and returns the hexagon information?
Is this possible?
Thank you