]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/gamemodes/domination.menu
new menu from morphed
[divverent/nexuiz.git] / data / menu / creategame / gamemodes / domination.menu
1 Item Layout Domination
2 {
3         direction       [Nex_DefaultVertDirection]
4         size            '900 585'
5         origin          '600 50'
6         alignment       [AlignFirst]
7
8         //Derive Nex_Option_Switch Domination_Active
9         //{
10         //      text    "Play Domination"
11         //      target  "::Data::Game::Domination::Domination_Active::Switch"
12         //}
13         Derive Nex_Option_EditBox TimeLimit
14         {
15                 text    "Time Limit Override (disable: -1)"
16                 // use the same one from the basic menu
17                 target  "Data::Server::TimeLimit::Text"
18         }
19         Derive Nex_Option_EditBox DomFragLimit
20         {
21                 text    "Score Limit Override (disable: -1)"
22                 target  "Data::Game::Domination::DomFragLimit::Text"
23         }
24
25         Derive Nex_Option_Switch DisableFrags
26         {
27                 text    "No Scores From Kills"
28                 target  "::Data::Game::Domination::DisableFrags::Switch"
29         }
30         //Derive Nex_Option_Switch BalanceTeamPoints
31         //{
32         //      text    "Team Size Affects Points"
33         //      target  "::Data::Game::Domination::BalanceTeamPoints::Switch"
34         //}
35         Derive Nex_Option_EditBox PointAmt
36         {
37                 text    "Domination Score Amount"
38                 target  "Data::Game::Domination::PointAmt::Text"
39         }
40         Derive Nex_Option_EditBox PointRate
41         {
42                 text    "Score Frequency"
43                 target  "Data::Game::Domination::PointRate::Text"
44         }
45         Derive Nex_Option_EditBox CaptureTime
46         {
47                 text    "DomPoint Capture Delay"
48                 target  "::Data::Game::Domination::CaptureTime::Text"
49         }
50         //Derive Nex_Option_EditBox DefaultNumTeams
51         //{
52         //      text    "Default # of Teams on Non-Domination Maps (2-4)"
53         //      target  "::Data::Game::Domination::DefaultNumTeams::Text"
54         //}
55         Derive Nex_Option_Switch DefaultNumTeams
56         {
57                 text    "Default # of teams"
58                 target  "Data::Game::Domination::DefaultNumTeams::Switch"
59         }
60
61
62         Derive Nex_Line Seperator
63         {}
64         Derive TextButton Reset
65         {
66                 normal  "Reset to default"
67                 init    Nex_Action_ResetData
68                 target  "::Data::Game::Domination"
69         }
70 }