Restore blinking ready label in RA.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRA.Mods.RA.Widgets
|
||||
class BuildPaletteWidget : Widget
|
||||
{
|
||||
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 int Columns = 3;
|
||||
public int Rows = 5;
|
||||
|
||||
@@ -110,8 +110,6 @@ Container@PLAYER_WIDGETS:
|
||||
Width: 250
|
||||
Height: 500
|
||||
ReadyText: READY
|
||||
ReadyTextStyle: AlternatingColor
|
||||
ReadyTextAltColor: 50,205,50
|
||||
HoldText: ON HOLD
|
||||
RequiresText: Requires {0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user