]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/sound.menu
new menu from morphed
[divverent/nexuiz.git] / data / menu / options / sound.menu
1 // Property of Alientrap/AK
2 // options/sound.menu
3 Item Window Sound
4 {
5         Derive Picture Table6
6         {
7                 picture "gfx/options_background"
8                 size    '734 540'
9                 pos     '146 35'
10         }
11
12         Item Layout Layout
13         {
14                 pos             '156 45'
15                 size            '440 800'
16                 origin          '280 0'
17                 alignment       [AlignFirst]
18                 direction       [Nex_DefaultVertDirection]
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 }