mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added checkpoint output, setting up a channel
This commit is contained in:
parent
dd154aa576
commit
c2ed00cb9b
10 changed files with 115 additions and 79 deletions
|
|
@ -39,6 +39,7 @@ function (ProtocolHelper, GameController) {
|
|||
if(this.gameController) this.gameController.destruct();
|
||||
this.gameController = null;
|
||||
console.log('disconnected. game destroyed. no auto-reconnect');
|
||||
document.body.style.backgroundColor = '#aaaaaa';
|
||||
}
|
||||
|
||||
Networker.prototype.join = function (channelName) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue