This commit is contained in:
Killian Marty 2023-12-06 09:45:08 +01:00
parent f0483bbff8
commit 6fbadede9d

View file

@ -54,9 +54,7 @@ function generatePosition(){
break;
}
}
//return x, y;
console.log(x, y);
return [500, 100];
return [x, y];
}
function createNewPlayer(socket, name){