This commit is contained in:
Killian Marty 2023-11-20 11:05:19 +01:00
parent eb23bfa27c
commit f624e8355e

View file

@ -11,10 +11,10 @@ Net.connect(); //connect to server, create a player, and retrieve all players in
ClientKeyboard.init(); ClientKeyboard.init();
console.log(squares)
function game() { function game() {
for (var i = players.length - 1; i >= 0; i--) { for (var i = players.length - 1; i >= 0; i--) {
players[i].update([],[]); players[i].update([],[]);
} }
//console.log(Inp.calculateAngle(500,500)) //console.log(Inp.calculateAngle(500,500))