lepszy best first jeszcze
This commit is contained in:
parent
f1293b88eb
commit
80902cc628
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user