Implemented layers for MapViewer, fixed some issues.

This commit is contained in:
2015-03-13 23:04:50 +02:00
parent c96de53ec8
commit 8f9f935796
12 changed files with 228 additions and 92 deletions

View File

@ -41,7 +41,7 @@ namespace TransportGame.MapViewer
private readonly Color WaterColor = Colors.Navy;
private readonly Color ElevationTerrainColor = Colors.White;
private readonly Color TerrainColor = Colors.White;
private readonly Color TerrainColor = Colors.Gray;
public MapRenderer()
{