]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/sound.menu
git-svn-id: svn://svn.icculus.org/nexuiz/trunk@720 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
[divverent/nexuiz.git] / data / menu / options / sound.menu
1 // Property of Alientrap/AK
2 // options/sound.menu
3 Item Window Sound
4 {
5         Item Layout Layout
6         {
7                 pos             '156 45'
8                 size            '440 800'
9                 origin          '280 0'
10                 alignment       [AlignFirst]
11                 direction       [Nex_DefaultVertDirection]
12
13
14                 Derive Nex_Option_Slider MusicVolume
15                 {
16                         text    "Music Volume"
17                         target  "::Data::Sound::CDVolume::Value"
18                 }
19                 Derive Nex_Option_Slider GameVolume
20                 {
21                         text    "Game Volume"
22                         target  "::Data::Sound::GameVolume::Value"
23                 }
24                 Derive Nex_Option_Slider AmbientVolume
25                 {
26                         text    "Ambient Volume"
27                         target  "::Data::Sound::AmbientVolume::Value"
28                 }
29                 Derive Nex_Option_Switch SwapStereo
30                 {
31                         text    "Swap Stereo"
32                         target  "::Data::Sound::SwapStereo::Switch"
33                 }
34                 Derive Nex_Void Seperator1
35                 {}
36                 Derive TextButton Reset
37                 {
38                         normal  "Reset to default"
39                         init    Nex_Action_ResetData
40                         target  "::Data::Sound"
41                 }
42         }
43 }