runtime smudge support

This commit is contained in:
Paul Chote
2010-04-08 18:03:22 +12:00
committed by Bob
parent ff7204d79d
commit 916706fa75
10 changed files with 145 additions and 149 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Traits
World world;
BibLayerInfo info;
TileReference<byte,byte>[,] tiles;
TileReference<byte,byte>[,] tiles;
Sprite[][] bibSprites;
public BibLayer(Actor self, BibLayerInfo info)