]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/main.menu
only respawn/exit intermission using attack, jump, attack2, hook, use keys
[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                 alignment       [AlignCenter]
20
21                 target  "Campaign"
22                 init    Nex_Action_SetNormalPanelLink
23         }
24         Derive MainButton Join
25         {
26                 normal          "$gfx/b_join"
27                 selected        "$gfx/b_join_u"
28
29                 target  "JoinGame"
30                 action  Nex_Action_JumpToJoinGame
31         }
32         Derive MainButton Create
33         {
34                 normal          "$gfx/b_create"
35                 selected        "$gfx/b_create_u"
36
37                 target  "CreateGame"
38                 init    Nex_Action_SetNormalPanelLink
39         }
40         Derive MainButton Options
41         {
42                 normal          "$gfx/b_options"
43                 selected        "$gfx/b_options_u"
44
45                 target  "Options"
46                 init    Nex_Action_SetNormalPanelLink
47         }
48         Derive MainButton Quit
49         {
50                 normal          "$gfx/b_quit"
51                 selected        "$gfx/b_quit_u"
52
53                 action          Nex_Quit_Action
54         }
55 }
56 Item Arrangement InstantBar
57 {
58         pos                     '11 715'
59         direction       '10 0'
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                 pos         '0 10'
99         }
100 }