]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/creategame/game.menu
removed the 'or something else' working title
[divverent/nexuiz.git] / scmenu / creategame / game.menu
1 // Property of Alientrap/AK
2 //
3 // creategame/game.menu
4 Item Layout Game
5 {
6         direction       [Nex_DefaultVertDirection]
7         size            '900 585'
8         origin          '450 0'
9         alignment       [AlignFirst]
10
11         DeriveTemplate Nex_Composition Nex_Option_EditBox
12         {
13                 DeriveTemplate Nex_Automation_Option_EditBox Automation
14                 {}
15                 DeriveTemplate TextButton Description
16                 {}
17                 DeriveTemplate EditBox EditBox
18                 {
19                         size    '260 12'
20                         action  Nex_Action_TestOnChange
21                         select  Nex_Action_TestOnSelect
22                 }
23         }
24
25         Derive Nex_Option_Switch Instagib
26         {
27                 text    "Instagib"
28                 target  "::Data::Game::Instagib::Switch"
29         }
30         Derive Nex_Option_Switch Rocketarena
31         {
32                 text    "Rocket Arena"
33                 target  "::Data::Game::RocketArena::Switch"
34         }
35         Derive Nex_Option_Switch Casings
36         {
37                 text    "Bullet Casings"
38                 target  "::Data::Game::Casings::Switch"
39         }
40         Derive Nex_Option_EditBox HealthStart
41         {
42                 text    "Starting Health"
43                 target  "Data::Game::HealthStart::Text"
44         }
45         Derive Nex_Option_EditBox HealthRot
46         {
47                 text    "Health Rot"
48                 target  "Data::Game::HealthRot::Text"
49         }
50         Derive Nex_Option_EditBox HealthStable
51         {
52                 text    "Health Stable"
53                 target  "Data::Game::HealthStable::Text"
54         }
55         Derive Nex_Option_EditBox Gravity
56         {
57                 text    "Level Gravity"
58                 target  "Data::Game::Gravity::Text"
59         }
60         Derive Nex_Option_EditBox Maxspeed
61         {
62                 text    "Player Maxspeed"
63                 target  "Data::Game::MaxSpeed::Text"
64         }
65         Derive Nex_Option_EditBox Gamespeed
66         {
67                 text    "Game Speed"
68                 target  "Data::Game::GameSpeed::Text"
69         }
70         Derive Nex_Option_EditBox Maxairspeed
71         {
72                 text    "Max Air Speed"
73                 target  "Data::Game::MaxAirSpeed::Text"
74         }
75         Derive Nex_Option_EditBox JumpHeight
76         {
77                 text    "Jump height"
78                 target  "Data::Game::JumpHeight::Text"
79         }
80         Derive Nex_Option_EditBox HealthRegeneration
81         {
82                 text    "Health Regeneration Speed"
83                 target  "Data::Game::HealthRegeneration::Text"
84         }
85         Derive Nex_Option_EditBox ArmorRott
86         {
87                 text    "Armor Rot Speed"
88                 target  "Data::Game::ArmorRott::Text"
89         }
90         Derive Nex_Option_EditBox ArmorRegen
91         {
92                 text    "Armor Regeneration Speed"
93                 target  "Data::Game::ArmorRegen::Text"
94         }
95         Derive Nex_Option_EditBox ArmorStable
96         {
97                 text    "Armor Stable"
98                 target  "Data::Game::ArmorStable::Text"
99         }
100         Derive Nex_Option_EditBox ArmorStart
101         {
102                 text    "Armor Start"
103                 target  "Data::Game::ArmorStart::Text"
104         }
105         Derive Nex_Option_EditBox SelfDamagePercent
106         {
107                 text    "Self Damage Percent"
108                 target  "Data::Game::SelfDamagePercent::Text"
109         }
110         Derive Nex_Option_EditBox WeaponSwitchDelay
111         {
112                 text    "Weapon Switch Delay"
113                 target  "Data::Game::WeaponSwitchDelay::Text"
114         }
115         Derive Nex_Option_EditBox Friction
116         {
117                 text    "Player Friction"
118                 target  "Data::Game::Friction::Text"
119         }
120         Derive Nex_Option_EditBox Accelerate
121         {
122                 text    "Player Accelerate"
123                 target  "Data::Game::Accelerate::Text"
124         }
125         Derive Nex_Line Seperator
126         {}
127         Derive TextButton Reset
128         {
129                 normal  "Reset to default"
130                 init    Nex_Action_ResetData
131                 target  "::Data::Game"
132         }
133 }