]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/gamemodes/lms.menu
removed .extralives
[divverent/nexuiz.git] / data / menu / creategame / gamemodes / lms.menu
1 Item Layout LMS
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                 // use the same one from the basic menu
12                 target  "Data::Server::TimeLimit::Text"
13         }
14         Derive Nex_Option_EditBox LMSLivesOverride
15         {
16                 text    "Starting Lives Override (disable: -1)"
17                 target  "::Data::Game::LMS::LMSLivesOverride::Text"
18         }
19         Derive Nex_Option_EditBox LMSStartingShells
20         {
21                 text    "Starting Shells"
22                 target  "::Data::Game::LMS::LMSStartingShells::Text"
23         }
24         Derive Nex_Option_EditBox LMSStartingNails
25         {
26                 text    "Starting Bullets"
27                 target  "::Data::Game::LMS::LMSStartingNails::Text"
28         }
29         Derive Nex_Option_EditBox LMSStartingRockets
30         {
31                 text    "Starting Rockets"
32                 target  "::Data::Game::LMS::LMSStartingRockets::Text"
33         }
34         Derive Nex_Option_EditBox LMSStartingCells
35         {
36                 text    "Starting Cells"
37                 target  "::Data::Game::LMS::LMSStartingCells::Text"
38         }
39         Derive Nex_Option_Switch LMSJoin
40         {
41                 text    "Join Anytime"
42                 target  "::Data::Game::LMS::LMSJoin::Switch"
43         }
44         Derive Nex_Option_EditBox LMSLastJoin
45         {
46                 text    "Min. Lives Left To Join"
47                 target  "::Data::Game::LMS::LMSLastJoin::Text"
48         }
49
50
51
52         Derive Nex_Line Seperator
53         {}
54         Derive TextButton Reset
55         {
56                 normal  "Reset to default"
57                 init    Nex_Action_ResetData
58                 target  "::Data::Game::LMS"
59         }
60 }