multiple turrets; turret offsets

This commit is contained in:
Chris Forbes
2009-10-31 14:46:04 +13:00
parent 816c927aa5
commit 4201f40f6b
8 changed files with 41 additions and 8 deletions

View File

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