]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options.menu
Small error
[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         }
56         Item EventWindow Panel
57         {
58                 size    '600 600'
59                 reinit  Nex_Action_MakeFirstVisible
60
61                 #include "menu/options/sound.menu"
62                 #include "menu/options/video.menu"
63                 #include "menu/options/key.menu"
64                 #include "menu/options/player.menu"
65                 #include "menu/options/color.menu"
66                 #include "menu/options/effects.menu"
67         }
68 }