Extract ProductionPalette background drawing into logic code.

This commit is contained in:
Paul Chote
2014-07-12 21:37:06 +12:00
parent 54b5da3460
commit 2de9d3780b
4 changed files with 72 additions and 19 deletions

View File

@@ -63,6 +63,7 @@ namespace OpenRA.Mods.RA.Widgets
public readonly string PaletteWidget = null;
public readonly string TypesContainer = null;
public readonly string BackgroundContainer = null;
public readonly int TabWidth = 30;
public readonly int ArrowWidth = 20;