Add queue hotkeys to RA, and make TD consistent with C&C3. Fixes #6031.

This commit is contained in:
Paul Chote
2014-08-01 21:28:13 +12:00
parent f64cdc52e1
commit 6f19290aeb
2 changed files with 12 additions and 6 deletions

View File

@@ -328,7 +328,7 @@ Container@PLAYER_WIDGETS:
ProductionTypeButton@BUILDING:
Width: 30
Height: 30
Key: q
Key: e
TooltipText: Buildings
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Building
@@ -341,7 +341,7 @@ Container@PLAYER_WIDGETS:
X: 35
Width: 30
Height: 30
Key: w
Key: r
TooltipText: Defence
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Defence
@@ -354,7 +354,7 @@ Container@PLAYER_WIDGETS:
X: 70
Width: 30
Height: 30
Key: e
Key: t
TooltipText: Infantry
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Infantry
@@ -367,7 +367,7 @@ Container@PLAYER_WIDGETS:
X: 105
Width: 30
Height: 30
Key: r
Key: y
TooltipText: Vehicles
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Vehicle
@@ -380,7 +380,7 @@ Container@PLAYER_WIDGETS:
X: 140
Width: 30
Height: 30
Key: t
Key: u
TooltipText: Aircraft
TooltipContainer: TOOLTIP_CONTAINER
ProductionGroup: Aircraft

View File

@@ -255,6 +255,7 @@ Container@PLAYER_WIDGETS:
Children:
ProductionTypeButton@BUILDING:
Logic: AddRaceSuffixLogic
Key: e
Width: 28
Height: 28
VisualHeight: 0
@@ -269,6 +270,7 @@ Container@PLAYER_WIDGETS:
ImageCollection: production-icons
ProductionTypeButton@DEFENSE:
Logic: AddRaceSuffixLogic
Key: r
Y: 31
Width: 28
Height: 28
@@ -284,6 +286,7 @@ Container@PLAYER_WIDGETS:
ImageCollection: production-icons
ProductionTypeButton@INFANTRY:
Logic: AddRaceSuffixLogic
Key: t
Y: 62
Width: 28
Height: 28
@@ -299,6 +302,7 @@ Container@PLAYER_WIDGETS:
ImageCollection: production-icons
ProductionTypeButton@VEHICLE:
Logic: AddRaceSuffixLogic
Key: y
Y: 93
Width: 28
Height: 28
@@ -314,6 +318,7 @@ Container@PLAYER_WIDGETS:
ImageCollection: production-icons
ProductionTypeButton@AIRCRAFT:
Logic: AddRaceSuffixLogic
Key: u
Y: 124
Width: 28
Height: 28
@@ -327,8 +332,9 @@ Container@PLAYER_WIDGETS:
X: 6
Y: 6
ImageCollection: production-icons
ProductionTypeButton@AIRCRAFT:
ProductionTypeButton@NAVAL:
Logic: AddRaceSuffixLogic
Key: i
Y: 155
Width: 28
Height: 28