]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options/sound.menu
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / options / sound.menu
1 // Property of Alientrap/AK
2 // options/sound.menu
3 Item Layout Sound
4 {
5         direction       [Nex_DefaultVertDirection]
6         size            '600 600'
7         origin          '300 0'
8         alignment       [AlignFirst]
9
10
11         Derive Nex_Option_Slider MusicVolume
12         {
13                 text    "CD Volume"
14                 target  "::Data::Sound::CDVolume::Value"
15         }
16         Derive Nex_Option_Slider GameVolume
17         {
18                 text    "Game Volume"
19                 target  "::Data::Sound::GameVolume::Value"
20         }
21         Derive Nex_Option_Slider AmbientVolume
22         {
23                 text    "Ambient Volume"
24                 target  "::Data::Sound::AmbientVolume::Value"
25         }
26         Derive Nex_Option_Switch SwapStereo
27         {
28                 text    "Swap Stereo"
29                 target  "::Data::Sound::SwapStereo::Switch"
30         }
31 }