Add TruncateLabelWithTooltip helper function

* Move GetContrastColor helper to SpriteFont
* Move WidgetUtils  from OpenRA.Game.Widgets to OpenRA.Mods.Common.Widgets
This commit is contained in:
Ivaylo Draganov
2019-05-25 22:19:36 +03:00
committed by abcdefg30
parent 79d1899426
commit 1fee50be2e
6 changed files with 21 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using OpenRA.Graphics;
using OpenRA.Mods.Common.LoadScreens;
using OpenRA.Mods.Common.Widgets;
using OpenRA.Primitives;
using OpenRA.Widgets;