diff --git a/Trunk/Components/CzokoŚmieciarka.AI_Naive/DFS.cs b/Trunk/Components/CzokoŚmieciarka.AI_Naive/DFS.cs index 10571e8..d20dd7a 100644 --- a/Trunk/Components/CzokoŚmieciarka.AI_Naive/DFS.cs +++ b/Trunk/Components/CzokoŚmieciarka.AI_Naive/DFS.cs @@ -76,7 +76,7 @@ namespace CzokoŚmieciarka.AI_Naive - + diff --git a/Trunk/MonoGameView/Game1.cs b/Trunk/MonoGameView/Game1.cs index 8daffd8..41c531a 100644 --- a/Trunk/MonoGameView/Game1.cs +++ b/Trunk/MonoGameView/Game1.cs @@ -50,7 +50,7 @@ namespace CzokoŚmieciarka.MonoGameView { // TODO: Add your initialization logic here roadPos = new Vector2(0, 0); - timer = 0.2f; + timer = 5f; for (int x=0;x<10;x++) { for (int y=0;y<10;y++)