Move RallyPoint offset into sequences.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,6 +147,7 @@ rallypoint:
|
||||
flag:flagfly
|
||||
Start: 0
|
||||
Length: *
|
||||
Offset: 10,-5
|
||||
circles:fpls
|
||||
Start: 0
|
||||
Length: *
|
||||
|
||||
@@ -1143,6 +1143,7 @@ rallypoint:
|
||||
flag:flagfly
|
||||
Start: 0
|
||||
Length: *
|
||||
Offset: 11,-5
|
||||
circles:fpls
|
||||
Start: 0
|
||||
Length: *
|
||||
|
||||
@@ -95,6 +95,7 @@ rallypoint:
|
||||
flag:flagfly
|
||||
Start: 0
|
||||
Length: *
|
||||
Offset: 11,-5
|
||||
circles:fpls
|
||||
Start: 0
|
||||
Length: *
|
||||
|
||||
Reference in New Issue
Block a user