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