Move RallyPoint offset into sequences.

This commit is contained in:
Paul Chote
2013-06-20 22:29:21 +12:00
parent 88fd5ba094
commit 90d7f230ed
4 changed files with 4 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenRA.Mods.RA.Effects
var pos = cachedLocation.CenterPosition;
var palette = wr.Palette(palettePrefix+building.Owner.InternalName);
yield return new SpriteRenderable(circles.Image, pos, 0, palette, 1f);
yield return new SpriteRenderable(flag.Image, pos, 0, palette, 1f, new int2(1, 17));
yield return new SpriteRenderable(flag.Image, pos, 0, palette, 1f);
}
}
}