added checkpoint output, setting up a channel

This commit is contained in:
logsol 2012-08-31 19:23:51 +02:00
parent dd154aa576
commit c2ed00cb9b
10 changed files with 115 additions and 79 deletions

View file

@ -7,6 +7,10 @@ requirejs.config({
var inspector = {};
console.checkpoint = function (s) {
console.log(' \033[34mbeep - \033[0m' + s);
}
requirejs([
"Game/Server/PipeToLobby",
"Game/Core/NotificationCenter"