Adds an IconPalette property to Buildable and SupportPower traits.
This commit is contained in:
@@ -39,6 +39,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public readonly bool DisplayTimer = false;
|
||||
|
||||
[Desc("Palette used for the icon.")]
|
||||
public readonly string IconPalette = "chrome";
|
||||
|
||||
[Desc("Beacons are only supported on the Airstrike and Nuke powers")]
|
||||
public readonly bool DisplayBeacon = false;
|
||||
public readonly string BeaconPalettePrefix = "player";
|
||||
|
||||
Reference in New Issue
Block a user