Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish implementing the map system. #27

Open
1 of 4 tasks
Makosai opened this issue Feb 13, 2025 · 0 comments
Open
1 of 4 tasks

Finish implementing the map system. #27

Makosai opened this issue Feb 13, 2025 · 0 comments

Comments

@Makosai
Copy link
Member

Makosai commented Feb 13, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant