Merge pull request #8720 from abcdefg30/parashadow

Use the correct ShadowPalette for d2k paradrops
This commit is contained in:
Matthias Mailänder
2015-07-20 21:56:50 +02:00
9 changed files with 57 additions and 23 deletions

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);