Settings Menu #34
Code-Over-Time
announced in
Tasks: Mid Level
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Category: Web Frontend Development
Level: Mid
Description
In the Rock, Paper, Scissors Apocalypse client the main menu currently displays two menu options (single and multi player) as well as two settings buttons. These buttons enable and disable music and sound effects in the game.
This setup is not ideal as we will likely want to add additional settings in the future and this will create a cluttered UI. For example we may want to add settings that skip cut scenes or increase/decrease game speed in single player mode. With the current UI this would result in a total of 4 settings buttons on the main menu, the function of which would be difficult to communicate to the player.
What we want to do instead is have a single 'settings' button on the main menu. When the user clicks it a pop up window is displayed (this type of window is often called a 'Modal'). That settings window should display the various game settings - currently limited to enable/disable music & sound effects.
Deliverable
Update the Rock, Paper, Scissors Apocalypse game client so that:
Acceptance Criteria
Task Tips!
game_rps/client/src/assets/packed_textures/global.png
that can be usedBeta Was this translation helpful? Give feedback.
All reactions