Hi dop2000, thanks for your response. I have 3 questions. Here the C3p. Please help.
The same way you create icons on the minimap, but instead you draw a rectangle on DrawingCanvas. For coins draw a circle.
1. Could you please help me on this, I couldn't able to fig out how to make the DrawingCanvas (minimap) draw the object. I can only able to create on it (using the old logic).
The advantage is that there are fewer objects in the game. It may also be slightly better for performance, as blend modes may be slow on mobile.
2. The blend mode part, How can I ditch the mask using DrawingCanvas. (mask were used to limit the off area object not to be shown on the map)
May be possible if you use DrawingCanvas method for the minimap and paste the modified object on the canvas.
3. And lastly the mseh editor, How to show TiledBackground/Sprite (with the modified shape) on the mini-map.