]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/color.menu
added r_shadow_usenormalmap to menu
[divverent/nexuiz.git] / data / menu / options / color.menu
1 // Property of Alientrap/AK
2 // options/color.menu
3 Item Window ColorControl
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                 Derive Nex_Option_Slider Brightness
14                 {
15                         text    "Brightness"
16                         target  "::Data::Color::Brightness::Value"
17                 }
18                 Derive Nex_Option_Slider Contrast
19                 {
20                         text    "Contrast"
21                         target  "::Data::Color::Contrast::Value"
22                 }
23                 Derive Nex_Option_Switch HWGamma
24                 {
25                         text    "HW Gamma Support"
26                         target  "::Data::Color::HWGamma::Switch"
27                 }
28                 Derive Nex_Option_Slider Gamma
29                 {
30                         text    "Gamma"
31                         target  "::Data::Color::Gamma::Value"
32                 }
33                 Derive Nex_Line Seperator1
34                 {}
35                 Derive Nex_Option_Switch ExtendedControl
36                 {
37                         text    "Color Control"
38                         target  "::Data::Color::Extended::Active::Switch"
39                 }
40                 // Low part
41                 Derive Nex_Option_Slider DarkRed
42                 {
43                         text    "Dark Red"
44                         target  "::Data::Color::Extended::Low::Red::Value"
45                 }
46                 Derive Nex_Option_Slider DarkGreen
47                 {
48                         text    "Dark Green"
49                         target  "::Data::Color::Extended::Low::Green::Value"
50                 }
51                 Derive Nex_Option_Slider DarkBlue
52                 {
53                         text    "Dark Blue"
54                         target  "::Data::Color::Extended::Low::Blue::Value"
55                 }
56                 // Mid part
57                 Derive Nex_Option_Slider MidRed
58                 {
59                         text    "Grey Red"
60                         target  "::Data::Color::Extended::Mid::Red::Value"
61                 }
62                 Derive Nex_Option_Slider MidGreen
63                 {
64                         text    "Grey Green"
65                         target  "::Data::Color::Extended::Mid::Green::Value"
66                 }
67                 Derive Nex_Option_Slider MidBlue
68                 {
69                         text    "Grey Blue"
70                         target  "::Data::Color::Extended::Mid::Blue::Value"
71                 }
72                 // High part
73                 Derive Nex_Option_Slider HighRed
74                 {
75                         text    "White Red"
76                         target  "::Data::Color::Extended::High::Red::Value"
77                 }
78                 Derive Nex_Option_Slider HighGreen
79                 {
80                         text    "White Green"
81                         target  "::Data::Color::Extended::High::Green::Value"
82                 }
83                 Derive Nex_Option_Slider HighBlue
84                 {
85                         text    "White Blue"
86                         target  "::Data::Color::Extended::High::Blue::Value"
87                 }
88                 Derive Nex_Line Seperator2
89                 {}
90                 Derive TextButton Cancel
91                 {
92                         normal  "Cancel changes"
93                         action  Nex_Action_Color_Cancel
94                 }
95                 Derive TextButton Reset
96                 {
97                         normal  "Reset to default"
98                         action  Nex_Action_Color_Reset
99                 }
100         }
101 }