Move menu sound selection from core config to gamedata. (#1896)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user