adds bib rendering. still wrong for a few buildings, but not *too* bad.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user