]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/gamemodes/arena.menu
new gamemode: arena
[divverent/nexuiz.git] / data / menu / creategame / gamemodes / arena.menu
1 Item Layout Arena
2 {
3         direction       [Nex_DefaultVertDirection]
4         size            '900 585'
5         origin          '600 50'
6         alignment       [AlignFirst]
7
8         Derive Nex_Option_EditBox TimeLimit
9         {
10                 text    "Time Limit Override (disable: -1)"
11                 target  "Data::Server::TimeLimit::Text"
12         }
13         Derive Nex_Option_EditBox FragLimit
14         {
15                 text    "Frag Limit Override (disable: -1)"
16                 target  "Data::Server::FragLimit::Text"
17         }                                                               
18         Derive Nex_Option_EditBox MaxSpawned
19         {
20                 text    "Maximum Players Spawned"
21                 target  "::Data::Game::Arena::MaxSpawned::Text"
22         }
23         Derive Nex_Option_Switch RoundBased
24         {
25                 text    "Spawn Players In Rounds"
26                 target  "::Data::Game::Arena::RoundBased::Switch"
27         }                                                               
28         Derive Nex_Option_EditBox Warmup
29         {
30                 text    "Warmup Time"
31                 target  "::Data::Game::Arena::Warmup::Text"
32         }
33
34
35
36         Derive Nex_Line Seperator
37         {}
38         Derive TextButton Reset
39         {
40                 normal  "Reset to default"
41                 init    Nex_Action_ResetData
42                 target  "::Data::Game::Arena"
43         }
44 }