Extendable palette definitions. Contains many regressions, bugs and general hacks
This commit is contained in:
@@ -22,7 +22,7 @@ namespace OpenRa.Effects
|
||||
|
||||
public IEnumerable<Renderable> Render()
|
||||
{
|
||||
yield return new Renderable(anim.Image, pos - .5f * anim.Image.size, 0);
|
||||
yield return new Renderable(anim.Image, pos - .5f * anim.Image.size, "effect");
|
||||
}
|
||||
|
||||
public Player Owner { get { return null; } }
|
||||
|
||||
Reference in New Issue
Block a user