Browse Source

improved ui a bit more

master
mort 8 years ago
parent
commit
f0467288dd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      es/script.js

+ 1
- 0
es/script.js View File

@@ -4,6 +4,7 @@ let game, sock;

function startGame() {
view("game");
location.hash = "game";

sock = new SockSugar(conf.address);
game = new Game(sock, document.getElementById("canvas"));

Loading…
Cancel
Save