Move RallyPoint offset into sequences.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenRA.Mods.RA.Effects
|
|||||||
var pos = cachedLocation.CenterPosition;
|
var pos = cachedLocation.CenterPosition;
|
||||||
var palette = wr.Palette(palettePrefix+building.Owner.InternalName);
|
var palette = wr.Palette(palettePrefix+building.Owner.InternalName);
|
||||||
yield return new SpriteRenderable(circles.Image, pos, 0, palette, 1f);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -147,6 +147,7 @@ rallypoint:
|
|||||||
flag:flagfly
|
flag:flagfly
|
||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
|
Offset: 10,-5
|
||||||
circles:fpls
|
circles:fpls
|
||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
|
|||||||
@@ -1143,6 +1143,7 @@ rallypoint:
|
|||||||
flag:flagfly
|
flag:flagfly
|
||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
|
Offset: 11,-5
|
||||||
circles:fpls
|
circles:fpls
|
||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ rallypoint:
|
|||||||
flag:flagfly
|
flag:flagfly
|
||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
|
Offset: 11,-5
|
||||||
circles:fpls
|
circles:fpls
|
||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
|
|||||||
Reference in New Issue
Block a user