This commit is contained in:
ryuga4 2019-04-22 14:29:02 +02:00
parent e1aac08c6b
commit 7a2548f13d
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ namespace CzokoŚmieciarka.AI_Naive

View File

@ -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++)