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

@@ -366,7 +366,6 @@ namespace OpenRA.TilesetBuilder
{
Name = tilesetName,
Id = tilesetID.ToUpper(),
TileSize = size,
Palette = tilesetPalette.ToLower(),
Extensions = new string[] { ext[0], ext[1] }
};