Added textures to maps

This commit is contained in:
2015-05-09 18:06:30 +03:00
parent 7d5f24c998
commit 11ca59d8bb
43 changed files with 633 additions and 58 deletions

View File

@ -39,6 +39,7 @@ namespace TransportGame.Business
// Try to deserialize biome
XmlSerializer serializer = new XmlSerializer(typeof(Biome));
var biome = (Biome)serializer.Deserialize(stream);
biome.FileName = file;
// Add it to biome list
biomes.Add(biome);