]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/data/sound.menu
-Changed some item names to fit to the global name convention.
[divverent/nexuiz.git] / scmenu / data / sound.menu
1 // Property of Alientrap
2 //
3 // data/sound.menu
4 Item DataContainer Sound
5 {
6         Item Data_Cvar CDVolume
7         {
8                 cvarName        "bgmvolume"
9                 defValue        0.5
10
11                 [DataLink_ZeroOneValue]
12         }
13         Item Data_Cvar GameVolume
14         {
15                 cvarName        "volume"
16                 defValue        1
17
18                 [DataLink_ZeroOneValue]
19         }
20         Item Data_Cvar AmbientVolume
21         {
22                 cvarName        "snd_staticvolume"
23                 defValue        0.5
24
25                 [DataLink_ZeroOneValue]
26         }
27         Item Data_Cvar SwapStereo
28         {
29                 cvarName        "snd_swapstereo"
30                 defValue        0
31
32                 [DataLink_OnOffSwitch]
33         }
34 }