Added: Rendering of 'SelectionColor'ed shapes at top left of the selection rectangle (using a simple format to define shapes)

This commit is contained in:
geckosoft
2010-11-11 08:53:26 +01:00
committed by Bob
parent 05f6958286
commit 17770631a2
5 changed files with 82 additions and 2 deletions

View File

@@ -39,5 +39,9 @@ namespace OpenRA.Mods.RA
{
get { return Color.Orange; }
}
protected override string Shape
{
get { return "xxx\nxxx\nxxx\n x \n x \n\nxxx \nxxx "; }
}
}
}