]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options.menu
hw gamma is now a switch instead of a slider
[divverent/nexuiz.git] / data / menu / options.menu
1 // Property of Alientrap/AK
2 // Options menu
3
4 Item Layout Options
5 {
6         Derive Picture Table1
7         {
8                 picture "gfx/options_border"
9                 size    '910 610'
10         }
11
12         Item Layout Menu
13         {
14                 direction       '0 0.001'
15                 origin          "18 20"
16
17                 Derive PictureButton Player
18                 {
19                         normal          "$gfx/options_b_player"
20                         selected        "$gfx/options_b_player"
21                         size            '118 47'
22
23                         init            Nex_Action_JumpToPage
24                         target          "Dummy::Panel::Player"
25                 }
26                 Derive PictureButton Controls
27                 {
28                         normal          "$gfx/options_b_controls"
29                         selected        "$gfx/options_b_controls"
30                         size            '118 47'
31
32                         init            Nex_Action_JumpToPage
33                         target          "Dummy::Panel::KeyControl"
34                 }
35                 Derive PictureButton Audio
36                 {
37                         normal          "$gfx/options_b_audio"
38                         selected        "$gfx/options_b_audio"
39                         size            '118 47'
40
41                         init            Nex_Action_JumpToPage
42                         target          "Dummy::Panel::Sound"
43                 }
44                 Derive PictureButton Video
45                 {
46                         normal          "$gfx/options_b_video"
47                         selected        "$gfx/options_b_video"
48                         size            '118 47'
49
50                         init            Nex_Action_JumpToPage
51                         target          "Dummy::Panel::Video"
52                 }
53                 Derive PictureButton ColorControl
54                 {
55                         normal          "$gfx/options_b_color"
56                         selected        "$gfx/options_b_color"
57                         size            '118 47'
58
59                         init            Nex_Action_JumpToPage
60                         target          "Dummy::Panel::ColorControl"
61                 }
62                 Derive PictureButton Effects
63                 {
64                         normal          "$gfx/options_b_effects"
65                         selected        "$gfx/options_b_effects"
66                         size            '118 47'
67
68                         init            Nex_Action_JumpToPage
69                         target          "Dummy::Panel::Effects"
70                 }
71                 Derive PictureButton Input
72                 {
73                         normal          "$gfx/options_b_input"
74                         selected        "$gfx/options_b_input"
75                         size            '118 47'
76
77                         init            Nex_Action_JumpToPage
78                         target          "Dummy::Panel::Input"
79                 }
80         }
81         Item Window Dummy
82         {
83                 Derive Picture Table6
84                 {
85                         picture "gfx/options_background"
86                         size    '734 540'
87                         pos     '146 35'
88                 }
89
90                 Item EventWindow Panel
91                 {
92                         reinit  Nex_Action_MakeFirstVisible
93
94                         #include "menu/options/player.menu"
95                         #include "menu/options/key.menu"
96                         #include "menu/options/sound.menu"
97                         #include "menu/options/video.menu"
98                         #include "menu/options/color.menu"
99                         #include "menu/options/effects.menu"
100                         #include "menu/options/input.menu"
101                 }
102         }
103 }