Finish implementing the map system.
Makosai opened this issue · 0 comments
Tasks
- Map
- Minimap
- Full Map
- Fog of War
Focus & Requirements
Minimap
This is the circular map that appears in the top right corner. Currently the way it works is all identifiable entities will have a sprite on it that faces up towards the sky. It an only be seen by a specific camera. This camera updates at a lower FPS to increase performance. It also doesn't rendering anything irrelevant.
Full Map
This would have two modes, you press M to pop it up in a fully focused window but you hold M to make it an overlay. Both should have information on how to close it in the bottom right but the former should show an X in the top right.
Fog of War
This should show how much of an area a player has explore. Eventually I'd like to include statistics that also show how much of the area they've completed including quests, collectables, identified enemies, bosses, and more. But those statistics will be for another issue just before the beta release next year.