Move Update Queue to bottom on Player.yaml and ingame-player.yaml
This commit is contained in:
committed by
Paul Chote
parent
6f41be209c
commit
fe01afe794
@@ -506,21 +506,6 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 5
|
X: 5
|
||||||
Y: 5
|
Y: 5
|
||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
ProductionTypeButton@UPGRADE:
|
|
||||||
Y: 31
|
|
||||||
Width: 25
|
|
||||||
Height: 25
|
|
||||||
VisualHeight: 0
|
|
||||||
Background: sidebar-button
|
|
||||||
TooltipText: Upgrades
|
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
|
||||||
ProductionGroup: Upgrade
|
|
||||||
Key: ProductionTypeUpgrade
|
|
||||||
Children:
|
|
||||||
Image@ICON:
|
|
||||||
X: 5
|
|
||||||
Y: 5
|
|
||||||
ImageCollection: production-icons
|
|
||||||
ProductionTypeButton@INFANTRY:
|
ProductionTypeButton@INFANTRY:
|
||||||
Y: 62
|
Y: 62
|
||||||
Width: 25
|
Width: 25
|
||||||
@@ -596,6 +581,21 @@ Container@PLAYER_WIDGETS:
|
|||||||
X: 5
|
X: 5
|
||||||
Y: 5
|
Y: 5
|
||||||
ImageCollection: production-icons
|
ImageCollection: production-icons
|
||||||
|
ProductionTypeButton@UPGRADE: # Upgrade is defined after others so it won't be automatically selected after sell or at game start.
|
||||||
|
Y: 31
|
||||||
|
Width: 25
|
||||||
|
Height: 25
|
||||||
|
VisualHeight: 0
|
||||||
|
Background: sidebar-button
|
||||||
|
TooltipText: Upgrades
|
||||||
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
|
ProductionGroup: Upgrade
|
||||||
|
Key: ProductionTypeUpgrade
|
||||||
|
Children:
|
||||||
|
Image@ICON:
|
||||||
|
X: 5
|
||||||
|
Y: 5
|
||||||
|
ImageCollection: production-icons
|
||||||
Button@SCROLL_UP_BUTTON:
|
Button@SCROLL_UP_BUTTON:
|
||||||
Y: 217
|
Y: 217
|
||||||
Width: 25
|
Width: 25
|
||||||
|
|||||||
@@ -9,14 +9,6 @@ Player:
|
|||||||
ReadyAudio: BuildingReady
|
ReadyAudio: BuildingReady
|
||||||
BlockedAudio: NoRoom
|
BlockedAudio: NoRoom
|
||||||
SpeedUp: true
|
SpeedUp: true
|
||||||
ClassicProductionQueue@Upgrade:
|
|
||||||
Type: Upgrade
|
|
||||||
BuildDurationModifier: 250
|
|
||||||
LowPowerSlowdown: 0
|
|
||||||
QueuedAudio: Upgrading
|
|
||||||
ReadyAudio: NewOptions
|
|
||||||
BlockedAudio: NoRoom
|
|
||||||
SpeedUp: true
|
|
||||||
ClassicProductionQueue@Infantry:
|
ClassicProductionQueue@Infantry:
|
||||||
Type: Infantry
|
Type: Infantry
|
||||||
BuildDurationModifier: 250
|
BuildDurationModifier: 250
|
||||||
@@ -51,6 +43,14 @@ Player:
|
|||||||
QueuedAudio: Building
|
QueuedAudio: Building
|
||||||
BlockedAudio: NoRoom
|
BlockedAudio: NoRoom
|
||||||
SpeedUp: true
|
SpeedUp: true
|
||||||
|
ClassicProductionQueue@Upgrade: # Upgrade is defined after others so it won't be automatically selected by ProductionQueueFromSelection.
|
||||||
|
Type: Upgrade
|
||||||
|
BuildDurationModifier: 250
|
||||||
|
LowPowerSlowdown: 0
|
||||||
|
QueuedAudio: Upgrading
|
||||||
|
ReadyAudio: NewOptions
|
||||||
|
BlockedAudio: NoRoom
|
||||||
|
SpeedUp: true
|
||||||
PlaceBuilding:
|
PlaceBuilding:
|
||||||
SupportPowerManager:
|
SupportPowerManager:
|
||||||
ScriptTriggers:
|
ScriptTriggers:
|
||||||
|
|||||||
Reference in New Issue
Block a user