]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options.menu
-Added a management window to creategame, which allows you to save and load
[divverent/nexuiz.git] / scmenu / options.menu
1 // Property of Alientrap/AK
2 // Options menu
3
4 Item Window Options
5 {
6         Item Layout Options
7         {
8                 direction '20 0'
9
10                 Item Arrangement Menu
11                 {
12                         direction '0 10'
13
14                         Derive TextButton Player
15                         {
16                                 normal          "Player"
17
18                                 init            Nex_Action_JumpToPage
19                                 target          "Panel::Player"
20                         }
21                         Derive TextButton Controls
22                         {
23                                 normal          "Controls"
24
25                                 init            Nex_Action_JumpToPage
26                                 target          "Panel::KeyControl"
27                         }
28                         Derive TextButton Audio
29                         {
30                                 normal          "Audio"
31
32                                 init            Nex_Action_JumpToPage
33                                 target          "Panel::Sound"
34                         }
35                         Derive TextButton Video
36                         {
37                                 normal          "Video"
38
39                                 init            Nex_Action_JumpToPage
40                                 target          "Panel::Video"
41                         }
42                         Derive TextButton ColorControl
43                         {
44                                 normal          "Color Control"
45
46                                 init            Nex_Action_JumpToPage
47                                 target          "Panel::ColorControl"
48                         }
49                         Derive TextButton Effects
50                         {
51                                 normal          "Effects"
52
53                                 init            Nex_Action_JumpToPage
54                                 target          "Panel::Effects"
55                         }
56                         Derive TextButton Input
57                         {
58                                 normal          "Input"
59
60                                 init            Nex_Action_JumpToPage
61                                 target          "Panel::Input"
62                         }
63                 }
64                 Item EventWindow Panel
65                 {
66                         size    '700 800'
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                         #include "menu/options/input.menu"
76                 }
77         }
78 }