I'm having trouble creating a tilemap system used to display a minimap.
I'm running away from the example of minimap that use a scaling down (sprite.X / 10, sprite.Y / 10)
madameberry.com/post/144865649520/construct-2-minimap-tutorial-part-1-setup
I found a great tutorial that explains how to make a mini-map, but my project has very large areas which makes it difficult to create many objects and manage the scenery.
Is there a way to map the character's position without the need for multiple objects?
My project armorial.netlify.com