Restore the blinking ready text in TD.

This commit is contained in:
Paul Chote
2014-06-14 22:20:27 +12:00
parent 88757eccfa
commit 3ee54fd00a
2 changed files with 2 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ namespace OpenRA.Mods.Cnc.Widgets
public class ProductionPaletteWidget : Widget
{
public enum ReadyTextStyleOptions { Solid, AlternatingColor, Blinking }
public readonly ReadyTextStyleOptions ReadyTextStyle = ReadyTextStyleOptions.AlternatingColor;
public readonly Color ReadyTextAltColor = Color.LimeGreen;
public readonly ReadyTextStyleOptions ReadyTextStyle = ReadyTextStyleOptions.Blinking;
public readonly Color ReadyTextAltColor = Color.Red;
public readonly int Columns = 3;
public readonly string TabClick = null;
public readonly string DisabledTabClick = null;

View File

@@ -382,8 +382,6 @@ Container@PLAYER_WIDGETS:
Y: 287
TooltipContainer: TOOLTIP_CONTAINER
ReadyText: Ready
ReadyTextStyle: AlternatingColor
ReadyTextAltColor: 50,205,50
HoldText: On Hold
Background@FMVPLAYER: