Replace the default value of ShadowPalette with "shadow".

This commit is contained in:
abcdefg30
2015-07-18 13:26:09 +02:00
parent c8a258faa0
commit ef6da3d0b3

View File

@@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Traits
[SequenceReference("ShadowImage")] public readonly string ShadowSequence = null;
[Desc("Palette used to render the paradropped unit's shadow.")]
public readonly string ShadowPalette = "player";
public readonly string ShadowPalette = "shadow";
[Desc("Shadow position relative to the paradropped unit's intended landing position.")]
public readonly WVec ShadowOffset = new WVec(0, 128, 0);