Sorry if my English isn't correct.
I'm stuck creating my app. In short, I have a canvas that uses lines to create a map. I'd like to add icons to it (sprites like chests, doors, etc.). I have a list that contains the coordinates of these sprites with the image that should appear, but I don't know how to update them so that the sprites are in the right place and with the right image.
Thank you for your help.
That's almost it, yes, but since there will be several sprites, I need to find a coded solution to select a sprite that isn't yet visible and assign it the coordinates and image.
In this image, I click on the icon (1), it appears on the map, and I click "Validate" (2). From there, a list appears (Image 2) and I choose the image that should appear (e.g., door, chest, etc.), then it saves itself to a list (Image 3).
And from there, I would like these icons to appear and follow the movement when I move the map and disappear when it leaves the canvas.