]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options.menu
Added 'effects' menu
[divverent/nexuiz.git] / scmenu / options.menu
1 // Property of Alientrap/AK
2 // Options menu
3
4 Item Layout Options
5 {
6         direction '20 0'
7
8         Item Arrangement Menu
9         {
10                 direction '0 10'
11
12                 Derive TextButton Player
13                 {
14                         normal          "Player"
15
16                         init            Nex_Action_JumpToPage
17                         target          "Panel::Player"
18                 }
19                 Derive TextButton Controls
20                 {
21                         normal          "Controls"
22
23                         init            Nex_Action_JumpToPage
24                         target          "Panel::KeyControl"
25                 }
26                 Derive TextButton Audio
27                 {
28                         normal          "Audio"
29
30
31                         init            Nex_Action_JumpToPage
32                         target          "Panel::Sound"
33                 }
34                 Derive TextButton Video
35                 {
36                         normal          "Video"
37
38                         init            Nex_Action_JumpToPage
39                         target          "Panel::Video"
40                 }
41                 Derive TextButton ColorControl
42                 {
43                         normal          "Color Control"
44
45                         init            Nex_Action_JumpToPage
46                         target          "Panel::ColorControl"
47                 }
48                 Derive TextButton Effects
49                 {
50                         normal          "Effects"
51
52                         init            Nex_Action_JumpToPage
53                         target          "Panel::Effects"
54                 }
55                 Derive Text Game
56                 {
57                         normal          "Game"
58                 }
59                 Derive Text Input
60                 {
61                         normal          "Input"
62                 }
63         }
64         Item EventWindow Panel
65         {
66                 size    '600 600'
67                 reinit  Nex_Action_MakeFirstVisible
68
69                 #include "menu/options/sound.menu"
70                 #include "menu/options/video.menu"
71                 #include "menu/options/key.menu"
72                 #include "menu/options/player.menu"
73                 #include "menu/options/color.menu"
74                 #include "menu/options/effects.menu"
75         }
76 }