Improve contrasted range circle rendering.

This commit is contained in:
Paul Chote
2013-10-14 23:28:22 +13:00
parent d2d73a32a2
commit 839419635d
6 changed files with 14 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ namespace OpenRA.Mods.RA.Buildings
wr.DrawRangeCircleWithContrast(
Color.FromArgb(128, Ready() ? Color.White : Color.Red),
wr.ScreenPxPosition(self.CenterPosition), Info.Range,
Color.FromArgb(96, Color.Black), 1);
Color.FromArgb(96, Color.Black));
}
// Selection bar