implemented level load, more to do see #1

This commit is contained in:
Jeena 2014-01-29 03:24:08 +01:00
parent b02036a019
commit 953159e6bd
12 changed files with 333 additions and 409 deletions

View file

@ -14,11 +14,10 @@ console.checkpoint = function (s) {
}
requirejs([
"Game/Server/PipeToLobby",
"Lib/Utilities/NotificationCenter"
"Game/Server/PipeToLobby"
],
function (PipeToLobby, nc) {
function (PipeToLobby) {
var PipeToLobby = new PipeToLobby(process);
inspector.PipeToLobby = PipeToLobby;