Merge pull request #6855 from pchote/heightmaps-part-one

Add groundwork for heightmapped terrain.
This commit is contained in:
Matthias Mailänder
2014-11-05 09:54:38 +01:00
13 changed files with 6554 additions and 86 deletions

View File

@@ -134,6 +134,7 @@
<Compile Include="SpriteLoaders\TmpTDLoader.cs" />
<Compile Include="SpriteLoaders\ShpD2Loader.cs" />
<Compile Include="Widgets\Logic\SettingsLogic.cs" />
<Compile Include="Widgets\TerrainTemplatePreviewWidget.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>