lepszy best first jeszcze

This commit is contained in:
ryuga4 2019-05-14 21:14:55 +02:00
parent f1293b88eb
commit 80902cc628

View File

@ -45,8 +45,8 @@ namespace CzokoŚmieciarka.MonoGameView
{
graphics = new GraphicsDeviceManager(this);
Content.RootDirectory = "Content";
graphics.PreferredBackBufferWidth = 1400;
graphics.PreferredBackBufferHeight = 1000;
graphics.PreferredBackBufferWidth =700;
graphics.PreferredBackBufferHeight =500;
}
@ -64,7 +64,7 @@ namespace CzokoŚmieciarka.MonoGameView
// TODO: Add your initialization logic here
timer = 0f;
mapLoader.Load(out size,out grid,"map2.xml");
mapLoader.Load(out size,out grid,"map12.xml");
var containers = new List<GarbageCollectorContainer>()
{
new GarbageCollectorContainer(
@ -89,7 +89,7 @@ namespace CzokoŚmieciarka.MonoGameView
),
};
collector = new GarbageCollector(new Coords(0,0), containers, size, size,0);
collector = new GarbageCollector(new Coords(2,1), containers, size, size,0);
stepN = 0;