edit
This commit is contained in:
parent
eb23bfa27c
commit
f624e8355e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue