diff --git a/Trunk/MonoGameView/Game1.cs b/Trunk/MonoGameView/Game1.cs
index 03b97d6..0402d5d 100644
--- a/Trunk/MonoGameView/Game1.cs
+++ b/Trunk/MonoGameView/Game1.cs
@@ -181,7 +181,10 @@ namespace CzokoŚmieciarka.MonoGameView
if (item is House)
{
var house = item as House;
- displayer.Content.Add(house.Coords.X.ToString() + ":" + house.Coords.Y.ToString(), house.TrashCans.LastOrDefault().FillPercent.ToString());
+ displayer.Content.Add(house.Coords.X.ToString() + ":" + house.Coords.Y.ToString() + "1", house.TrashCans.ElementAtOrDefault(0).Garbage.Volume.ToString());
+ //displayer.Content.Add(house.Coords.X.ToString() + ":" + house.Coords.Y.ToString() + "2", house.TrashCans.ElementAtOrDefault(1).Garbage.Volume.ToString());
+ //displayer.Content.Add(house.Coords.X.ToString() + ":" + house.Coords.Y.ToString() + "3", house.TrashCans.ElementAtOrDefault(2).Garbage.Volume.ToString());
+ //displayer.Content.Add(house.Coords.X.ToString() + ":" + house.Coords.Y.ToString() + "4", house.TrashCans.ElementAtOrDefault(3).Garbage.Volume.ToString());
}
}
}
diff --git a/Trunk/MonoGameView/map2.xml b/Trunk/MonoGameView/map2.xml
index cc4236f..d632bdf 100644
--- a/Trunk/MonoGameView/map2.xml
+++ b/Trunk/MonoGameView/map2.xml
@@ -174,6 +174,48 @@
100
+
+
+ Organic
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
+
+
+ Paper
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
+
+
+ PlasticMetal
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
@@ -1171,6 +1255,48 @@
100
+
+
+
+ Organic
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
+
+
+ Paper
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
+
+
+ PlasticMetal
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
@@ -1278,6 +1404,48 @@
100
+
+
+
+ Organic
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
+
+
+ Paper
+
+
+ 1
+
+
+ 1
+
+
+ 100
+
+
+
+
+ PlasticMetal
+
+
+ 1
+
+
+ 1
+
+
+ 100
+