]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/video.menu
Revert first change in the trunk.
[divverent/nexuiz.git] / data / menu / options / video.menu
1 // Property of Alientrap/AK
2 // options/key.menu
3 Item Window Video
4 {
5         Item Layout Layout
6         {
7                 pos             '156 45'
8                 size            '700 800'
9                 origin          '280 0'
10                 alignment       [AlignFirst]
11                 direction       [Nex_DefaultVertDirection]
12
13                 DeriveTemplate Composition Nex_Video_Option_Switch
14                 {
15                         direction       [Nex_DefaultHorzDirection]
16
17                         DeriveTemplate Nex_Automation_Option_Switch Automation
18                         {}
19                         DeriveTemplate TextButton       Description
20                         {}
21                         DeriveTemplate SwitchButton     Switch
22                         {}
23                 }
24                 Derive Nex_Video_Option_Switch Resolution
25                 {
26                         text    "Resolution"
27                         target  "::Data::Video::Resolution::Switch"
28                 }
29                 Derive Nex_Video_Option_Switch Bpp
30                 {
31                         text    "Bits Per Pixel"
32                         target  "::Data::Video::BPP::Switch"
33                 }
34                 Derive Nex_Video_Option_Switch Fullscreen
35                 {
36                         text    "Fullscreen"
37                         target  "::Data::Video::Fullscreen::Switch"
38                 }
39                 Derive Nex_Video_Option_Switch Anisotropy
40                 {
41                         text    "Anisotropic Filtering"
42                         target  "::Data::Video::Anisotropy::Switch"
43                 }
44                 Derive Nex_Video_Option_Switch Picmip
45                 {
46                         text    "Texture Quality"
47                         target  "::Data::Video::Picmip::Switch"
48                 }
49                 Derive Nex_Void Seperator1
50                 {}
51                 Derive PictureButton Apply
52                 {
53                         normal          "$gfx/options_b_apply"
54
55                         action  Nex_Action_Video_Apply
56                 }
57                 Derive TextButton Reset
58                 {
59                         normal  "Reset to default"
60                         init    Nex_Action_ResetData
61                         target  "::Data::Video"
62                 }
63         }
64 }