]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/main.menu
damn, that should not have been committed.
[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
60         DeriveTemplate PictureButton MainButton
61         {
62                 soundPressed    "misc/menu2.wav"
63                 colorSelected   [DefaultPicColor]
64         }
65
66         Derive MainButton Credits
67         {
68                 size            '119 39'
69                 normal          "$gfx/b_instantaction"
70                 selected        "$gfx/b_instantaction_u"
71
72                 action          Nex_Action_Instant_Action
73         }
74         Derive MainButton InstantAction
75         {
76                 size            '119 39'
77                 normal          "$gfx/b_credits"
78                 selected        "$gfx/b_credits_u"
79
80                 action          Nex_Credits_Action
81         }
82         Derive MainButton Demos
83         {
84                 size            '119 39'
85                 normal          "$gfx/b_demos"
86                 selected        "$gfx/b_demos_u"
87
88                 target  "Demos"
89                 init    Nex_Action_SetNormalPanelLink
90         }
91         Item Nex_ExtResponseSystem UpdateMessage
92         {
93                 color           '1.0 0.9 0.1'
94                 alpha           [DefaultTextAlpha]
95                 drawFlag        [DefaultTextDrawFlag]
96                 fontSize        '12 18'
97         }
98 }