added lobby, nickname fixes #44, channel name

This commit is contained in:
Jeena 2014-02-25 00:55:16 +01:00
parent aa4535cb0c
commit da913c4709
10 changed files with 285 additions and 68 deletions

View file

@ -27,7 +27,7 @@ function (Networker, SocketIO, Settings, Exception, PIXI) {
"flashsocket"
]
};
var socket = SocketIO.connect(location.href, options);
var socket = SocketIO.connect("/", options);
var networker = new Networker(socket);
inspector.networker = networker;
inspector.settings = Settings;