Feature: Add buttons to toggle music in the Game Options menu (#9727)

This commit is contained in:
Aaron Kofsky
2022-11-08 13:21:52 -05:00
committed by GitHub
parent 31d08421ab
commit ede0560f9b
2 changed files with 13 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ enum GameOptionsWidgets {
WID_GO_BASE_SFX_DESCRIPTION = WID_GO_BASE_SFX_TEXTFILE + TFT_END, ///< Description of selected base SFX.
WID_GO_BASE_MUSIC_DROPDOWN, ///< Use to select a base music set.
WID_GO_BASE_MUSIC_VOLUME, ///< Change music volume.
WID_GO_BASE_MUSIC_JUKEBOX, ///< Open the jukebox.
WID_GO_BASE_MUSIC_STATUS, ///< Info about corrupted files etc.
WID_GO_BASE_MUSIC_TEXTFILE, ///< Open base music readme, changelog (+1) or license (+2).
WID_GO_BASE_MUSIC_DESCRIPTION = WID_GO_BASE_MUSIC_TEXTFILE + TFT_END, ///< Description of selected base music set.