Poziom zapełnienia niektórych śmietników z domów nie dodaje się do displayera
This commit is contained in:
parent
0d840d4a77
commit
9669431c3a
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -174,6 +174,48 @@
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Organic
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Paper
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
PlasticMetal
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
</TrashCans>
|
||||
</Object>
|
||||
<Object>
|
||||
@ -280,6 +322,48 @@
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Organic
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Paper
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
PlasticMetal
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
</TrashCans>
|
||||
</Object>
|
||||
@ -1171,6 +1255,48 @@
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Organic
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Paper
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
PlasticMetal
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
</TrashCans>
|
||||
</Object>
|
||||
@ -1278,6 +1404,48 @@
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Organic
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
Paper
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
<Can>
|
||||
<GarbageType>
|
||||
PlasticMetal
|
||||
</GarbageType>
|
||||
<Density>
|
||||
1
|
||||
</Density>
|
||||
<ProcessingTimePerUnit>
|
||||
1
|
||||
</ProcessingTimePerUnit>
|
||||
<Volume>
|
||||
100
|
||||
</Volume>
|
||||
</Can>
|
||||
</TrashCans>
|
||||
</Object>
|
||||
|
Loading…
Reference in New Issue
Block a user