]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/data/video.menu
-Added Nex_Action_ResetData to options.qm.
[divverent/nexuiz.git] / scmenu / data / video.menu
1 // Property of Alientrap
2 //
3 // data/video.menu
4 Item DataContainer Video
5 {
6         Item Data_Nex_Resolution Resolution
7         {
8                 defValue        "800 600"
9
10                 Item DataLink_TextSwitch Switch
11                 {
12                         valueList       "'320 240' '640 480' '800 600' '1024 768' '1280 970' '1600 1200'"
13                         descList        "'320x240' '640x480' '800x600' '1024x768' '1280x970' '1600x1200'"
14                         link            "##up"
15                 }
16         }
17         Item Data_Cvar BPP
18         {
19                 cvarName        "vid_bitsperpixel"
20                 defValue        "32"
21
22                 Item DataLink_TextSwitch Switch
23                 {
24                         valueList       "'16' '32'"
25                         descList        "'16-bit' '32-bit'"
26                         link            "##up"
27                 }
28         }
29         Item Data_Cvar Fullscreen
30         {
31                 cvarName        "vid_fullscreen"
32
33                 Derive DataLink_OnOffSwitch Switch
34                 {
35                         link    "##up"
36                 }
37         }
38 }