Better map format; First half of a loader for it.

This commit is contained in:
Paul Chote
2010-04-01 13:22:20 +13:00
committed by Bob
parent da2f919e8f
commit 5a95c8a071
5 changed files with 162 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -101,6 +101,7 @@
<Compile Include="Walkability.cs" />
<Compile Include="ActorReference.cs" />
<Compile Include="TerrainColorSet.cs" />
<Compile Include="NewMap.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.