nc refuckulating

This commit is contained in:
logsol 2014-03-17 21:46:19 +01:00
parent 28f71f49e1
commit 4f4bbf73e8
16 changed files with 142 additions and 58 deletions

View file

@ -17,7 +17,7 @@ function (Settings, Box2D, CollisionDetector, Nc) {
this.lastStep = Date.now();
this.worldQueue = [];
Nc.on("engine/addToWorldQueue", this.addToWorldQueue, this);
Nc.on(Nc.ns.channel.engine.worldQueue.add, this.addToWorldQueue, this);
}
Engine.prototype.getWorld = function () {