]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options/video.menu
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / options / video.menu
1 // Property of Alientrap/AK
2 // options/key.menu
3 Item Layout Video
4 {
5         direction       [Nex_DefaultVertDirection]
6         size            '600 600'
7         origin          '300 0'
8         alignment       [AlignFirst]
9
10         DeriveTemplate Composition Nex_Video_Option_Switch
11         {
12                 direction       [Nex_DefaultHorzDirection]
13
14                 DeriveTemplate Nex_Automation_Option_Switch Automation
15                 {}
16                 DeriveTemplate TextButton       Description
17                 {}
18                 DeriveTemplate SwitchButton     Switch
19                 {}
20         }
21         Derive Nex_Video_Option_Switch Resolution
22         {
23                 text    "Resolution"
24                 target  "::Data::Video::Resolution::Switch"
25         }
26         Derive Nex_Video_Option_Switch Bpp
27         {
28                 text    "Bits Per Pixel"
29                 target  "::Data::Video::BPP::Switch"
30         }
31         Derive Nex_Video_Option_Switch Fullscreen
32         {
33                 text    "Fullscreen"
34                 target  "::Data::Video::Fullscreen::Switch"
35         }
36         Derive Nex_Void Seperator1
37         {}
38         Derive TextButton Apply
39         {
40                 normal  "Apply Changes"
41
42                 action  Nex_Action_Video_Apply
43         }
44 }