I'm messing around, getting a feel for C2 and I'm trying to add a minimap to the ui. I've looked through various tutorials and posts but they are all for pre-built stuff. I'm using the rougelike tutorial so the map is random on each load.
Somehow I need to duplicate each tile that's on the map and copy it to a minimap box place for place. And it gets a bit harder because I'm using a fog of war, so the minimap should take that into account too.
I think I could work out the second bit once I've got the map duplicated.
Here is the capx to show the kind of map: dl.dropboxusercontent.com/u/2399862/r1.capx (bare in mind stuff in there is messing around with things, it's just to show the map generation).
Thanks for any advice!