improve multiplayer

This commit is contained in:
Asraelite 2016-03-22 19:20:50 +00:00
parent 0aa259b874
commit 2fffe574c1
10 changed files with 76 additions and 19 deletions

View file

@ -39,6 +39,8 @@ function Game() {
self.input.clear();
self.world.tick();
requestAnimationFrame(self.tick);
}
}