Move menu sound selection from core config to gamedata. (#1896)

This commit is contained in:
Nicholas Hastings
2022-12-29 04:10:51 +00:00
committed by GitHub
parent 2130c60fd9
commit b0799d3336
6 changed files with 68 additions and 58 deletions
+28
View File
@@ -387,4 +387,32 @@
"RadioMenuClosesOnInvalidSlot" "yes"
}
}
/**
* Menu Sounds
*/
"#default"
{
"Keys"
{
/**
* Specifies the sound that gets played when an item is selected from a menu.
*/
"MenuItemSound" "buttons/button14.wav"
/**
* Specifies the sound that gets played when an "Exit" button is selected
* from a menu.
*/
"MenuExitSound" "buttons/combine_button7.wav"
/**
* Specifies the sound that gets played when an "Exit Back" button is selected
* from a menu. This is the special "Back" button that is intended to roll back
* to a previous menu.
*/
"MenuExitBackSound" "buttons/combine_button7.wav"
}
}
}