]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/main.menu
updated the quality configs to be much more appropriate
[divverent/nexuiz.git] / data / menu / main.menu
1 // Property of Alientrap
2 //
3 // Main menu
4 Item Arrangement Main
5 {
6         pos             '11 17'
7         direction       '10 0'
8
9         DeriveTemplate PictureButton MainButton
10         {
11                 soundPressed    "misc/menu2.wav"
12                 colorSelected   [DefaultPicColor]
13         }
14
15         Derive MainButton Campaign
16         {
17                 normal          "$gfx/b_campaign"
18                 selected        "$gfx/b_campaign_u"
19
20                 target  "Campaign"
21                 init    Nex_Action_SetNormalPanelLink
22         }
23         Derive MainButton Join
24         {
25                 normal          "$gfx/b_join"
26                 selected        "$gfx/b_join_u"
27
28                 target  "JoinGame"
29                 action  Nex_Action_JumpToJoinGame
30         }
31         Derive MainButton Create
32         {
33                 normal          "$gfx/b_create"
34                 selected        "$gfx/b_create_u"
35
36                 target  "CreateGame"
37                 init    Nex_Action_SetNormalPanelLink
38         }
39         Derive MainButton Options
40         {
41                 normal          "$gfx/b_options"
42                 selected        "$gfx/b_options_u"
43
44                 target  "Options"
45                 init    Nex_Action_SetNormalPanelLink
46         }
47         Derive MainButton Quit
48         {
49                 normal          "$gfx/b_quit"
50                 selected        "$gfx/b_quit_u"
51
52                 action          Nex_Quit_Action
53         }
54 }
55 Item Arrangement InstantBar
56 {
57         pos                     '11 715'
58         direction       '10 0'
59         alignment       [AlignCenter]
60
61         DeriveTemplate PictureButton MainButton
62         {
63                 soundPressed    "misc/menu2.wav"
64                 colorSelected   [DefaultPicColor]
65         }
66
67         Derive MainButton Credits
68         {
69                 size            '119 39'
70                 normal          "$gfx/b_instantaction"
71                 selected        "$gfx/b_instantaction_u"
72
73                 action          Nex_Action_Instant_Action
74         }
75         Derive MainButton InstantAction
76         {
77                 size            '119 39'
78                 normal          "$gfx/b_credits"
79                 selected        "$gfx/b_credits_u"
80
81                 action          Nex_Credits_Action
82         }
83         Derive MainButton Demos
84         {
85                 size            '119 39'
86                 normal          "$gfx/b_demos"
87                 selected        "$gfx/b_demos_u"
88
89                 target  "Demos"
90                 init    Nex_Action_SetNormalPanelLink
91         }
92         Item Nex_ExtResponseSystem UpdateMessage
93         {
94                 color           '1.0 0.9 0.1'
95                 alpha           [DefaultTextAlpha]
96                 drawFlag        [DefaultTextDrawFlag]
97                 fontSize        '12 18'
98         }
99 }