Split pip artwork into their own files and kill the hardcoded size/offset junk. Add a blue pip to support C&C blue tib. Fixes #836.

This commit is contained in:
Paul Chote
2011-07-24 00:31:49 +12:00
parent c793e8571f
commit 6c129eed3c
7 changed files with 40 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ using OpenRA.Network;
namespace OpenRA.Traits
{
// depends on the order of pips in WorldRenderer.cs!
public enum PipType { Transparent, Green, Yellow, Red, Gray };
public enum PipType { Transparent, Green, Yellow, Red, Gray, Blue };
public enum TagType { None, Fake, Primary };
public enum Stance { Enemy, Neutral, Ally };