]> icculus.org git repositories - divverent/nexuiz.git/blob - data/scmenu/options.menu
give menu source its own directory
[divverent/nexuiz.git] / data / 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                         init            Nex_Action_JumpToPage
31                         target          "Panel::Sound"
32                 }
33                 Derive TextButton Video
34                 {
35                         normal          "Video"
36
37                         init            Nex_Action_JumpToPage
38                         target          "Panel::Video"
39                 }
40                 Derive TextButton ColorControl
41                 {
42                         normal          "Color Control"
43
44                         init            Nex_Action_JumpToPage
45                         target          "Panel::ColorControl"
46                 }
47                 Derive TextButton Effects
48                 {
49                         normal          "Effects"
50
51                         init            Nex_Action_JumpToPage
52                         target          "Panel::Effects"
53                 }
54                 Derive TextButton Input
55                 {
56                         normal          "Input"
57
58                         init            Nex_Action_JumpToPage
59                         target          "Panel::Input"
60                 }
61         }
62         Item EventWindow Panel
63         {
64                 size    '760 800'
65                 reinit  Nex_Action_MakeFirstVisible
66
67                 #include "menu/options/sound.menu"
68                 #include "menu/options/video.menu"
69                 #include "menu/options/key.menu"
70                 #include "menu/options/player.menu"
71                 #include "menu/options/color.menu"
72                 #include "menu/options/effects.menu"
73                 #include "menu/options/input.menu"
74         }
75 }