Add queue hotkeys to RA, and make TD consistent with C&C3. Fixes #6031.
This commit is contained in:
@@ -328,7 +328,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
ProductionTypeButton@BUILDING:
|
ProductionTypeButton@BUILDING:
|
||||||
Width: 30
|
Width: 30
|
||||||
Height: 30
|
Height: 30
|
||||||
Key: q
|
Key: e
|
||||||
TooltipText: Buildings
|
TooltipText: Buildings
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
ProductionGroup: Building
|
ProductionGroup: Building
|
||||||
@@ -341,7 +341,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 35
|
X: 35
|
||||||
Width: 30
|
Width: 30
|
||||||
Height: 30
|
Height: 30
|
||||||
Key: w
|
Key: r
|
||||||
TooltipText: Defence
|
TooltipText: Defence
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
ProductionGroup: Defence
|
ProductionGroup: Defence
|
||||||
@@ -354,7 +354,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 70
|
X: 70
|
||||||
Width: 30
|
Width: 30
|
||||||
Height: 30
|
Height: 30
|
||||||
Key: e
|
Key: t
|
||||||
TooltipText: Infantry
|
TooltipText: Infantry
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
ProductionGroup: Infantry
|
ProductionGroup: Infantry
|
||||||
@@ -367,7 +367,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 105
|
X: 105
|
||||||
Width: 30
|
Width: 30
|
||||||
Height: 30
|
Height: 30
|
||||||
Key: r
|
Key: y
|
||||||
TooltipText: Vehicles
|
TooltipText: Vehicles
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
ProductionGroup: Vehicle
|
ProductionGroup: Vehicle
|
||||||
@@ -380,7 +380,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 140
|
X: 140
|
||||||
Width: 30
|
Width: 30
|
||||||
Height: 30
|
Height: 30
|
||||||
Key: t
|
Key: u
|
||||||
TooltipText: Aircraft
|
TooltipText: Aircraft
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
ProductionGroup: Aircraft
|
ProductionGroup: Aircraft
|
||||||
|
|||||||
@@ -255,6 +255,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
Children:
|
Children:
|
||||||
ProductionTypeButton@BUILDING:
|
ProductionTypeButton@BUILDING:
|
||||||
Logic: AddRaceSuffixLogic
|
Logic: AddRaceSuffixLogic
|
||||||
|
Key: e
|
||||||
Width: 28
|
Width: 28
|
||||||
Height: 28
|
Height: 28
|
||||||
VisualHeight: 0
|
VisualHeight: 0
|
||||||
@@ -269,6 +270,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
ProductionTypeButton@DEFENSE:
|
ProductionTypeButton@DEFENSE:
|
||||||
Logic: AddRaceSuffixLogic
|
Logic: AddRaceSuffixLogic
|
||||||
|
Key: r
|
||||||
Y: 31
|
Y: 31
|
||||||
Width: 28
|
Width: 28
|
||||||
Height: 28
|
Height: 28
|
||||||
@@ -284,6 +286,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
ProductionTypeButton@INFANTRY:
|
ProductionTypeButton@INFANTRY:
|
||||||
Logic: AddRaceSuffixLogic
|
Logic: AddRaceSuffixLogic
|
||||||
|
Key: t
|
||||||
Y: 62
|
Y: 62
|
||||||
Width: 28
|
Width: 28
|
||||||
Height: 28
|
Height: 28
|
||||||
@@ -299,6 +302,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
ProductionTypeButton@VEHICLE:
|
ProductionTypeButton@VEHICLE:
|
||||||
Logic: AddRaceSuffixLogic
|
Logic: AddRaceSuffixLogic
|
||||||
|
Key: y
|
||||||
Y: 93
|
Y: 93
|
||||||
Width: 28
|
Width: 28
|
||||||
Height: 28
|
Height: 28
|
||||||
@@ -314,6 +318,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
ProductionTypeButton@AIRCRAFT:
|
ProductionTypeButton@AIRCRAFT:
|
||||||
Logic: AddRaceSuffixLogic
|
Logic: AddRaceSuffixLogic
|
||||||
|
Key: u
|
||||||
Y: 124
|
Y: 124
|
||||||
Width: 28
|
Width: 28
|
||||||
Height: 28
|
Height: 28
|
||||||
@@ -327,8 +332,9 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 6
|
X: 6
|
||||||
Y: 6
|
Y: 6
|
||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
ProductionTypeButton@AIRCRAFT:
|
ProductionTypeButton@NAVAL:
|
||||||
Logic: AddRaceSuffixLogic
|
Logic: AddRaceSuffixLogic
|
||||||
|
Key: i
|
||||||
Y: 155
|
Y: 155
|
||||||
Width: 28
|
Width: 28
|
||||||
Height: 28
|
Height: 28
|
||||||
|
|||||||
Reference in New Issue
Block a user