Move ion cannon z offset to sequences.
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenRA.Mods.Cnc.Effects
|
|||||||
|
|
||||||
public IEnumerable<IRenderable> Render(WorldRenderer wr)
|
public IEnumerable<IRenderable> Render(WorldRenderer wr)
|
||||||
{
|
{
|
||||||
return anim.Render(target.CenterPosition, 1, wr.Palette("effect"), 1.0f);
|
return anim.Render(target.CenterPosition, wr.Palette("effect"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Finish(World world)
|
void Finish(World world)
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ ionsfx:
|
|||||||
Start: 0
|
Start: 0
|
||||||
Length: *
|
Length: *
|
||||||
Offset: 0, -78
|
Offset: 0, -78
|
||||||
|
ZOffset: 1
|
||||||
|
|
||||||
bomblet:
|
bomblet:
|
||||||
idle:
|
idle:
|
||||||
|
|||||||
Reference in New Issue
Block a user