EvanGeissler / ENSE-400-Project-Night-Terror

Final Software Systems Engineering Project: A 3D horror game.
2 stars 0 forks source link

Settings #31

Open EvanGeissler opened 5 years ago

EvanGeissler commented 5 years ago

Should: -Change volume of music, sound, master (0-x and off) -Change sensitivity of axis -Inverted axis -Show somewhere button mappings

Considerations: -Different/custom button mapping -Adding subtitles

EvanGeissler commented 5 years ago

Added Pause Menu Widget: -Functionality that, when Settings button is pressed, will open up the settings menu.

Added Settings Menu Widget: -Settings currently shows Audio, video, controller, and back buttons -Currently, only back button works and will take the user BACK to the pause menu

Folders: -Added a main "Settings" folder that has settings and all the widgets that are connected to it (excluding pause menu itself)

Need to Implement Still: -When pressing P, should force it out of ANY widget. -Other buttons

Total Time So Far: 45 minutes

EvanGeissler commented 5 years ago

Considerations: -Exploit Modularity by creating a base "Settings" parent OR by creating a base user interface for the pause screen that hold a similar looking view AND also has the ability to leave the menu when P is pressed.

EvanGeissler commented 5 years ago

Added: -Audio, Controller, and Video Settings -These all can be accessed/go back to.

Audio Settings: -Can "increase" and "decrease" different audio levels. currently it only affects the bar showing current levels, but does not affect any audio (partly since there is no audio currently). Audio increases/decreases will be added later on when sound, music, etc. is added

Total Time So Far: 2.5 Hours