Merge pull request #5637 from pchote/ready-blink

Restore the blinking ready text in TD.
This commit is contained in:
Matthias Mailänder
2014-06-14 13:58:49 +02:00
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: