]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options.menu
Adding my current version of the scmenu to the nexuiz cvs.
[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 Game
13                 {
14                         normal          "Game"
15                 }
16                 Derive TextButton Player
17                 {
18                         normal          "Player"
19
20                         init            Nex_Action_JumpToPage
21                         target          "Panel::Player"
22                 }
23                 Derive TextButton Input
24                 {
25                         normal          "Input"
26                 }
27                 Derive TextButton Controls
28                 {
29                         normal          "Controls"
30
31                         init            Nex_Action_JumpToPage
32                         target          "Panel::KeyControl"
33                 }
34                 Derive TextButton Audio
35                 {
36                         normal          "Audio"
37                 }
38                 Derive TextButton Video
39                 {
40                         normal          "Video"
41
42                         init            Nex_Action_JumpToPage
43                         target          "Panel::Video"
44                 }
45                 Derive TextButton ColorControl
46                 {
47                         normal          "Color Control"
48
49                         init            Nex_Action_JumpToPage
50                         target          "Panel::ColorControl"
51                 }
52                 Derive TextButton Effects
53                 {
54                         normal          "Effects"
55                 }
56         }
57         Item EventWindow Panel
58         {
59                 size    '600 600'
60                 reinit  Nex_Action_MakeFirstVisible
61
62                 #include "menu/options/sound.menu"
63                 #include "menu/options/video.menu"
64                 #include "menu/options/key.menu"
65                 #include "menu/options/player.menu"
66                 #include "menu/options/color.menu"
67         }
68 }