]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/sound.menu
rename menu directories
[divverent/nexuiz.git] / data / menu / options / sound.menu
1 // Property of Alientrap/AK
2 // options/sound.menu
3 Item Window Sound
4 {
5         size    '600 600'
6
7         Derive Picture Table1
8         {
9                 picture "gfx/table1"
10                 size    '600 600'
11         }
12
13         Item Layout Layout
14         {
15                 direction       [Nex_DefaultVertDirection]
16                 size            '600 600'
17                 origin          '300 50'
18                 alignment       [AlignFirst]
19
20
21                 Derive Nex_Option_Slider MusicVolume
22                 {
23                         text    "Music Volume"
24                         target  "::Data::Sound::CDVolume::Value"
25                 }
26                 Derive Nex_Option_Slider GameVolume
27                 {
28                         text    "Game Volume"
29                         target  "::Data::Sound::GameVolume::Value"
30                 }
31                 Derive Nex_Option_Slider AmbientVolume
32                 {
33                         text    "Ambient Volume"
34                         target  "::Data::Sound::AmbientVolume::Value"
35                 }
36                 Derive Nex_Option_Switch SwapStereo
37                 {
38                         text    "Swap Stereo"
39                         target  "::Data::Sound::SwapStereo::Switch"
40                 }
41                 Derive Nex_Void Seperator1
42                 {}
43                 Derive TextButton Reset
44                 {
45                         normal  "Reset to default"
46                         init    Nex_Action_ResetData
47                         target  "::Data::Sound"
48                 }
49         }
50 }