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