]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/creategame/gamemodes/ctf.menu
Wazat's menu
[divverent/nexuiz.git] / scmenu / creategame / gamemodes / ctf.menu
1 Item Layout CTF
2 {
3         direction       [Nex_DefaultVertDirection]
4         size            '900 585'
5         origin          '450 0'
6         alignment       [AlignFirst]
7
8         DeriveTemplate Nex_Composition Nex_Option_EditBox
9         {
10                 DeriveTemplate Nex_Automation_Option_EditBox Automation
11                 {}
12                 DeriveTemplate TextButton Description
13                 {}
14                 DeriveTemplate EditBox EditBox
15                 {
16                         size    '260 12'
17                         action  Nex_Action_TestOnChange
18                         select  Nex_Action_TestOnSelect
19                 }
20         }
21
22         Derive Nex_Option_EditBox CaptureLimit
23         {
24                 text    "CTF Point Limit Override"
25                 target  "Data::CTF::CaptureLimit::Text"
26         }
27         Derive Nex_Option_EditBox FlagReturnTime
28         {
29                 text    "Flag Return Time"
30                 target  "::Data::CTF::FlagReturnTime::Text"
31         }
32         Derive Nex_Option_EditBox FragsCapture
33         {
34                 text    "Capture Points (player)"
35                 target  "Data::CTF::FragsCapture::Text"
36         }
37         Derive Nex_Option_EditBox FragsCaptureTeam
38         {
39                 text    "Capture Points (team)"
40                 target  "::Data::CTF::FragsCaptureTeam::Text"
41         }
42         Derive Nex_Option_EditBox FragsPickup
43         {
44                 text    "Flag Pickup Points"
45                 target  "Data::CTF::FragsPickup::Text"
46         }
47         Derive Nex_Option_EditBox FragsReturn
48         {
49                 text    "Return Flag Points (ally)"
50                 target  "::Data::CTF::FragsReturn::Text"
51         }
52         Derive Nex_Option_EditBox FragsReturnRogue
53         {
54                 text    "Return Flag Points (rogue team)"
55                 target  "::Data::CTF::FragsReturnRogue::Text"
56         }
57
58
59
60         Derive Nex_Line Seperator
61         {}
62         Derive TextButton Reset
63         {
64                 normal  "Reset to default"
65                 init    Nex_Action_ResetData
66                 target  "::Data::CTF"
67         }
68 }