Convert MiniYaml colors to hex
This commit is contained in:
@@ -40,4 +40,5 @@ Container@MISSION_OBJECTIVES:
|
||||
Width: PARENT_RIGHT - 100
|
||||
Height: PARENT_BOTTOM
|
||||
Disabled: True
|
||||
TextColorDisabled: 255,255,255
|
||||
TextColorDisabled: FFFFFF
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Container@SKIRMISH_STATS:
|
||||
Height: PARENT_BOTTOM
|
||||
Height: PARENT_BOTTOM
|
||||
Width: PARENT_RIGHT
|
||||
Logic: GameInfoStatsLogic
|
||||
Children:
|
||||
@@ -24,7 +24,7 @@ Container@SKIRMISH_STATS:
|
||||
Font: Bold
|
||||
Text: Destroy all opposition!
|
||||
Disabled: yes
|
||||
TextColorDisabled: 255,255,255
|
||||
TextColorDisabled: FFFFFF
|
||||
Container@STATS_HEADERS:
|
||||
X: 17
|
||||
Y: 80
|
||||
|
||||
@@ -76,7 +76,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
|
||||
Width: 137
|
||||
Height: 20
|
||||
Text: Waiting
|
||||
TextColor: 50,205,50
|
||||
TextColor: 32CD32
|
||||
Font: Regular
|
||||
Checkbox@EMPTY:
|
||||
X: 5
|
||||
@@ -91,7 +91,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
|
||||
Width: 137
|
||||
Height: 20
|
||||
Text: Protected
|
||||
TextColor: 255,0,0
|
||||
TextColor: FF0000
|
||||
Font: Regular
|
||||
Checkbox@ALREADY_STARTED:
|
||||
X: 5
|
||||
@@ -99,7 +99,7 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
|
||||
Width: 137
|
||||
Height: 20
|
||||
Text: Started
|
||||
TextColor: 255,165,0
|
||||
TextColor: FFA500
|
||||
Font: Regular
|
||||
Checkbox@INCOMPATIBLE_VERSION:
|
||||
X: 5
|
||||
@@ -107,5 +107,6 @@ ScrollPanel@MULTIPLAYER_FILTER_PANEL:
|
||||
Width: 137
|
||||
Height: 20
|
||||
Text: Incompatible
|
||||
TextColor: 190,190,190
|
||||
Font: Regular
|
||||
TextColor: BEBEBE
|
||||
Font: Regular
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Background@BUTTON_TOOLTIP:
|
||||
Font: Bold
|
||||
Label@HOTKEY:
|
||||
Visible: false
|
||||
TextColor: 255,255,0
|
||||
TextColor: FFFF00
|
||||
Height: 23
|
||||
Font: Bold
|
||||
|
||||
@@ -64,7 +64,7 @@ Background@PRODUCTION_TOOLTIP:
|
||||
Label@HOTKEY:
|
||||
Visible: false
|
||||
Height: 23
|
||||
TextColor: 255,255,0
|
||||
TextColor: FFFF00
|
||||
Font: Bold
|
||||
Label@REQUIRES:
|
||||
X: 5
|
||||
@@ -119,7 +119,7 @@ Background@SUPPORT_POWER_TOOLTIP:
|
||||
Label@HOTKEY:
|
||||
Visible: false
|
||||
Height: 20
|
||||
TextColor: 255,255,0
|
||||
TextColor: FFFF00
|
||||
Font: Bold
|
||||
Label@TIME:
|
||||
Y: 6
|
||||
@@ -207,3 +207,4 @@ Background@FACTION_DESCRIPTION_TOOLTIP:
|
||||
Height: 14
|
||||
Font: TinyBold
|
||||
VAlign: Top
|
||||
|
||||
|
||||
Reference in New Issue
Block a user