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

@@ -33,8 +33,7 @@ namespace OpenRA.Mods.RA
wr.DrawRangeCircleWithContrast(
Color.FromArgb(128, Color.LimeGreen),
wr.ScreenPxPosition(self.CenterPosition), self.Info.Traits.Get<DetectCloakedInfo>().Range,
Color.FromArgb(96, Color.Black),
1);
Color.FromArgb(96, Color.Black));
}
}
}