]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/game.menu
I did not want to do that. Sorry, disk space. Some admin better get rid of that mess.
[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 KeyHunt
53                 {
54                         normal          "Key Hunt"
55
56                         init            Nex_Action_JumpToPage
57                         target          "Panel::KeyHunt"
58                 }
59                 Derive TextButton GameMisc
60                 {
61                         normal          "Misc"
62
63                         init            Nex_Action_JumpToPage
64                         target          "Panel::Misc"
65                 }
66         }
67         Item EventWindow Panel
68         {
69                 size    '900 800'
70                 reinit  Nex_Action_MakeFirstVisible
71
72                 #include "menu/creategame/gamemodes/gamemisc.menu"
73                 #include "menu/creategame/gamemodes/teamplay.menu"
74                 #include "menu/creategame/gamemodes/ctf.menu"
75                 #include "menu/creategame/gamemodes/domination.menu"
76                 #include "menu/creategame/gamemodes/runematch.menu"
77                 #include "menu/creategame/gamemodes/lms.menu"
78                 #include "menu/creategame/gamemodes/arena.menu"
79                 #include "menu/creategame/gamemodes/keyhunt.menu"
80         }
81 }