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

View File

@@ -147,6 +147,7 @@ rallypoint:
flag:flagfly
Start: 0
Length: *
Offset: 10,-5
circles:fpls
Start: 0
Length: *

View File

@@ -1143,6 +1143,7 @@ rallypoint:
flag:flagfly
Start: 0
Length: *
Offset: 11,-5
circles:fpls
Start: 0
Length: *

View File

@@ -95,6 +95,7 @@ rallypoint:
flag:flagfly
Start: 0
Length: *
Offset: 11,-5
circles:fpls
Start: 0
Length: *