git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1115 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
@@ -33,8 +33,6 @@ namespace TileSheetTest
|
|||||||
|
|
||||||
List<Bitmap> sheets = new List<Bitmap>();
|
List<Bitmap> sheets = new List<Bitmap>();
|
||||||
|
|
||||||
MessageBox.Show(tileSet.tiles.Values.Count.ToString());
|
|
||||||
|
|
||||||
foreach (Terrain t in tileSet.tiles.Values)
|
foreach (Terrain t in tileSet.tiles.Values)
|
||||||
for (int i = 0; i < t.NumTiles; i++)
|
for (int i = 0; i < t.NumTiles; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user