]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/main.menu
A lot of campaign changes. It covers every map besides two CTF maps, which didn't...
[divverent/nexuiz.git] / data / menu / main.menu
1 // Property of Alientrap
2 //
3 // Main menu
4 Item Layout Main
5 {
6         Item Layout MainBar
7         {
8                 origin          '132 9'
9                 direction       '10 0'
10         
11                 DeriveTemplate PictureButton MainButton
12                 {
13                         soundPressed    "misc/menu2.wav"
14                 }
15         
16                 Derive MainButton Campaign
17                 {
18                         normal          "$gfx/b_campaign"
19                         selected        "$gfx/b_campaign_u"
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 Layout MainInsta
57         {
58                 origin          '405 736'
59                 direction       '10 0'
60
61                 DeriveTemplate PictureButton MainButton
62                 {
63                         soundPressed    "misc/menu2.wav"
64                 }
65         
66                 Derive MainButton Credits
67                 {
68                         size            '110 30'
69                         normal          "$gfx/b_credits"
70                         selected        "$gfx/b_credits_u"
71         
72                         action          Nex_Credits_Action
73                 }
74                 Derive MainButton InstantAction
75                 {
76                         size            '110 30'
77                         normal          "$gfx/b_instantaction"
78 //                      selected        "$gfx/b_instantaction_u"
79         
80                         action          Nex_Action_Instant_Action
81                 }
82         }
83 }