Use Manifest.TileSize everywhere.

This commit is contained in:
Paul Chote
2013-08-14 23:04:47 +12:00
parent f6d0ea4b0f
commit f83ad88d2a
6 changed files with 43 additions and 46 deletions

View File

@@ -79,7 +79,6 @@ namespace OpenRA.FileFormats
public string Id;
public string Palette;
public string PlayerPalette;
public int TileSize = 24;
public string[] Extensions;
public int WaterPaletteRotationBase = 0x60;
public Dictionary<string, TerrainTypeInfo> Terrain = new Dictionary<string, TerrainTypeInfo>();