]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/game.menu
add cl_showplayers to the menu (Player options)
[divverent/nexuiz.git] / data / menu / creategame / game.menu
1 Item Layout Game
2 {
3         direction '20 0'
4
5         Item Layout Menu
6         {
7                 direction '0 10'
8                 origin    '30 50'
9
10                 Derive TextButton Teamplay
11                 {
12                         normal          "DM & Teamplay"
13
14                         init            Nex_Action_JumpToPage
15                         target          "Panel::Teamplay"
16                 }
17                 Derive TextButton CTF
18                 {
19                         normal          "CTF"
20
21                         init            Nex_Action_JumpToPage
22                         target          "Panel::CTF"
23                 }
24                 Derive TextButton Domination
25                 {
26                         normal          "Domination"
27
28                         init            Nex_Action_JumpToPage
29                         target          "Panel::Domination"
30                 }
31                 Derive TextButton Runematch
32                 {
33                         normal          "Rune Match"
34
35                         init            Nex_Action_JumpToPage
36                         target          "Panel::Runematch"
37                 }
38                 Derive TextButton LMS
39                 {
40                         normal          "Last Man Standing"
41
42                         init            Nex_Action_JumpToPage
43                         target          "Panel::LMS"
44                 }
45                 Derive TextButton Arena
46                 {
47                         normal          "Arena"
48                         
49                         init            Nex_Action_JumpToPage
50                         target          "Panel::Arena"
51                 }                                                                                                                                       
52                 Derive TextButton GameMisc
53                 {
54                         normal          "Misc"
55
56                         init            Nex_Action_JumpToPage
57                         target          "Panel::Misc"
58                 }
59         }
60         Item EventWindow Panel
61         {
62                 size    '900 800'
63                 reinit  Nex_Action_MakeFirstVisible
64
65                 #include "menu/creategame/gamemodes/gamemisc.menu"
66                 #include "menu/creategame/gamemodes/teamplay.menu"
67                 #include "menu/creategame/gamemodes/ctf.menu"
68                 #include "menu/creategame/gamemodes/domination.menu"
69                 #include "menu/creategame/gamemodes/runematch.menu"
70                 #include "menu/creategame/gamemodes/lms.menu"
71                 #include "menu/creategame/gamemodes/arena.menu"
72         }
73 }