]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/creategame/game.menu
A lot of work done on the menu, I hope everything works..
[divverent/nexuiz.git] / scmenu / creategame / game.menu
1 Item Layout Game
2 {
3         direction '20 0'
4
5         Item Arrangement Menu
6         {
7                 direction '0 10'
8
9                 Derive TextButton Teamplay
10                 {
11                         normal          "DM & Teamplay"
12
13                         init            Nex_Action_JumpToPage
14                         target          "Panel::Teamplay"
15                 }
16                 Derive TextButton CTF
17                 {
18                         normal          "CTF"
19
20                         init            Nex_Action_JumpToPage
21                         target          "Panel::CTF"
22                 }
23                 Derive TextButton Domination
24                 {
25                         normal          "Domination"
26
27                         init            Nex_Action_JumpToPage
28                         target          "Panel::Domination"
29                 }
30                 Derive TextButton Runematch
31                 {
32                         normal          "Rune Match"
33
34                         init            Nex_Action_JumpToPage
35                         target          "Panel::Runematch"
36                 }
37                 Derive TextButton GameMisc
38                 {
39                         normal          "Misc"
40
41                         init            Nex_Action_JumpToPage
42                         target          "Panel::Misc"
43                 }
44         }
45         Item EventWindow Panel
46         {
47                 size    '760 800'
48                 reinit  Nex_Action_MakeFirstVisible
49
50                 #include "menu/creategame/gamemodes/gamemisc.menu"
51                 #include "menu/creategame/gamemodes/teamplay.menu"
52                 #include "menu/creategame/gamemodes/ctf.menu"
53                 #include "menu/creategame/gamemodes/domination.menu"
54                 #include "menu/creategame/gamemodes/runematch.menu"
55         }
56 }