Hi,
I'm trying to develop a game in Phaser 3 where player is able to select a stage (basically a scene) of their choice. I want this selection menu to be like a map.
This is how SVG file looks like.
<svg>
<g>
<path id="land" class="land" d="M138.114,402.543l0.683,1.604l-1.204.(truncated)">
<path id="ice" class="ice" d="M238.114,402.543l0.683,1.604l-1.204...........">
<path id="water" class="water" d="M538.114,402.543l0.683,1.604l-1.204........">
</g>
</svg>
How do I add event to each of these path ? They