]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/data/video.menu
-Changed some item names to fit to the global name convention.
[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
21                 Item DataLink_TextSwitch Switch
22                 {
23                         valueList       "'16' '32'"
24                         descList        "'16-bit' '32-bit'"
25                         link            "##up"
26                 }
27         }
28         Item Data_Cvar Fullscreen
29         {
30                 cvarName        "vid_fullscreen"
31
32                 Derive DataLink_OnOffSwitch Switch
33                 {
34                         link    "##up"
35                 }
36         }
37 }