harvesters show colors for each resource type

This commit is contained in:
Chris Forbes
2010-12-05 12:10:52 +13:00
parent 94715a1561
commit 3f47715c36
5 changed files with 23 additions and 13 deletions

View File

@@ -24,6 +24,8 @@ namespace OpenRA.Traits
public Sprite[][] Sprites;
public int PaletteIndex;
public PipType PipColor = PipType.Yellow;
public object Create(ActorInitializer init) { return new ResourceType(this); }
}