Added collision sprite sheet

This commit is contained in:
Simon Holmberg
2012-09-27 17:37:40 +02:00
parent 3b854a159b
commit 59db20fb2a
5 changed files with 120 additions and 0 deletions
@@ -26,6 +26,7 @@ namespace DepthsBelowContentPipeline
{
public int Width;
public int Height;
public string Name;
public MapTileContent[] Tiles;
}
@@ -70,6 +71,7 @@ namespace DepthsBelowContentPipeline
{
Width = tlc.Width,
Height = tlc.Height,
Name = tlc.Name
};
// we need to build up our tile list now