Skip to content

feat: add pause menu and quit function#39

Merged
pegasus-concierge[bot] merged 9 commits intomainfrom
feat/add-pause-and-quit
Nov 3, 2021
Merged

feat: add pause menu and quit function#39
pegasus-concierge[bot] merged 9 commits intomainfrom
feat/add-pause-and-quit

Conversation

@skleinjung
Copy link
Copy Markdown
Owner

@skleinjung skleinjung commented Nov 3, 2021

  • Memoize useDispatch result when possible.
  • Add useKeyHandler hook for working with global key events.
  • Add game state, with initial 'paused' property.
  • Add 'pause' key handling to expedition screen.
  • Increase panel font size to enhance readability.
  • Restructure pixi map panel.
  • Extract ScreenMenu component out of title screen.
  • Add PopupMenu component.
  • Implement pause menu, with 'Resume' and 'Quit' options.

Closes #36

@skleinjung skleinjung added the enhancement New feature or request label Nov 3, 2021
@pegasus-concierge pegasus-concierge bot enabled auto-merge (squash) November 3, 2021 20:38
@skleinjung skleinjung linked an issue Nov 3, 2021 that may be closed by this pull request
2 tasks
@pegasus-concierge pegasus-concierge bot merged commit cc5106f into main Nov 3, 2021
@github-actions github-actions bot deleted the feat/add-pause-and-quit branch November 3, 2021 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow player to quit an expedition

1 participant