Restore the blinking ready text in TD.
This commit is contained in:
@@ -34,8 +34,8 @@ namespace OpenRA.Mods.Cnc.Widgets
|
|||||||
public class ProductionPaletteWidget : Widget
|
public class ProductionPaletteWidget : Widget
|
||||||
{
|
{
|
||||||
public enum ReadyTextStyleOptions { Solid, AlternatingColor, Blinking }
|
public enum ReadyTextStyleOptions { Solid, AlternatingColor, Blinking }
|
||||||
public readonly ReadyTextStyleOptions ReadyTextStyle = ReadyTextStyleOptions.AlternatingColor;
|
public readonly ReadyTextStyleOptions ReadyTextStyle = ReadyTextStyleOptions.Blinking;
|
||||||
public readonly Color ReadyTextAltColor = Color.LimeGreen;
|
public readonly Color ReadyTextAltColor = Color.Red;
|
||||||
public readonly int Columns = 3;
|
public readonly int Columns = 3;
|
||||||
public readonly string TabClick = null;
|
public readonly string TabClick = null;
|
||||||
public readonly string DisabledTabClick = null;
|
public readonly string DisabledTabClick = null;
|
||||||
|
|||||||
@@ -382,8 +382,6 @@ Container@PLAYER_WIDGETS:
|
|||||||
Y: 287
|
Y: 287
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
ReadyText: Ready
|
ReadyText: Ready
|
||||||
ReadyTextStyle: AlternatingColor
|
|
||||||
ReadyTextAltColor: 50,205,50
|
|
||||||
HoldText: On Hold
|
HoldText: On Hold
|
||||||
|
|
||||||
Background@FMVPLAYER:
|
Background@FMVPLAYER:
|
||||||
|
|||||||
Reference in New Issue
Block a user