Merge pull request #4579 from pizzaoverhead/GrowResources

Added RAmod debug cheat option to grow resources.
This commit is contained in:
Paul Chote
2014-02-16 11:26:02 +13:00
10 changed files with 74 additions and 38 deletions

View File

@@ -64,53 +64,59 @@ Container@CHEATS_PANEL:
Font:Regular
Text:Disable Shroud & Fog
Button@GIVE_CASH:
X:20
Y:155
X:90
Y:145
Width:140
Height:35
Text:Give $20,000
Button@GROW_RESOURCES:
X:271
Y:145
Width:140
Height:35
Text:Grow Resources
Button@GIVE_EXPLORATION:
X:186
Y:155
X:90
Y:195
Width:140
Height:35
Text:Clear Shroud
Button@RESET_EXPLORATION:
X:352
Y:155
X:271
Y:195
Width:140
Height:35
Text:Reset Shroud
Label@VISUALIZATIONS_TITLE:
Y:215
Y:255
Font:Bold
Text:Visualizations
Align:Center
Width:PARENT_RIGHT
Checkbox@SHOW_UNIT_PATHS:
X:45
Y:235
Y:285
Width:200
Height:20
Font:Regular
Text:Show Unit Paths
Checkbox@SHOW_ASTAR:
X:45
Y:265
Y:315
Height:20
Width:200
Font:Regular
Text:Show A* Cost
Checkbox@SHOW_COMBATOVERLAY:
X:290
Y:235
Y:285
Height:20
Width:200
Font:Regular
Text:Show Combat Geometry
Checkbox@SHOW_GEOMETRY:
X:290
Y:265
Y:315
Height:20
Width:200
Font:Regular

View File

@@ -2,7 +2,7 @@ Container@INGAME_MENU_PANEL:
X:(WINDOW_RIGHT - WIDTH)/2
Y:(WINDOW_BOTTOM - HEIGHT)/2
Width:512
Height:320
Height:370
Children:
Button@OBJECTIVES_BUTTON:
Y:PARENT_BOTTOM - 1

View File

@@ -10,8 +10,8 @@ Container@CONQUEST_OBJECTIVES:
Contrast:true
Align:Center
Background@bg:
Width:512
Height:320
Width:PARENT_RIGHT
Height:PARENT_BOTTOM
Background:panel-black
Children:
Label@PRIMARY:
@@ -80,7 +80,7 @@ Container@CONQUEST_OBJECTIVES:
X:15
Y:105
Width:482
Height:200
Height:250
ItemSpacing:5
Children:
Container@PLAYER_TEMPLATE:

View File

@@ -41,10 +41,17 @@ Background@CHEATS_PANEL:
Button@GIVE_CASH:
X:30
Y:140
Width:150
Width:135
Height:20
Text: Give $20000 Cash
Height:25
Button@GROW_RESOURCES:
X:185
Y:140
Width:135
Height:20
Text: Grow Resources
Height:25
Checkbox@INSTANT_BUILD:
X:30
Y:170