Expand description

Settings Menu

This has the various “scenes” which are part of the settings menu. The idea is for this to be in the middle of the screen, and the background to be blurred out; that way it can be used in any context and still be readable.

See game_library::settings for the settings resources and other things.

This module will have to handle drawing things to the screen and sending the appropriate events on setting changes.

Re-exports

Modules

  • Has systems for the display settings menu.
  • audio 🔒
    Has systems for the display settings menu.
  • base 🔒
    Base systems for the menu.
  • Actions that can be performed by the buttons in the settings menu.
  • controls 🔒
    Has systems for the display settings menu.
  • display 🔒
    Has systems for the display settings menu.
  • events 🔒
    Events for changing the settings.
  • gameplay 🔒
    Has systems for the display settings menu.
  • main 🔒
    Main menu systems.
  • plugin 🔒
    The plugin which adds the necessary states and systems to the app for the settings menu to work.