adds bib rendering. still wrong for a few buildings, but not *too* bad.

This commit is contained in:
Chris Forbes
2009-10-13 22:12:00 +13:00
parent 3b1558d678
commit 5f711e12e6
4 changed files with 34 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ namespace OpenRa.Game
}
public float2 CenterLocation;
public float2 SelectedSize { get { return Render().FirstOrDefault().First.size; } }
public float2 SelectedSize { get { return Render().LastOrDefault().First.size; } }
public IEnumerable<Pair<Sprite, float2>> Render()
{