mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
more fixes - not quite there yet
This commit is contained in:
parent
cca3a258ba
commit
a92afc1f4f
3 changed files with 40 additions and 11 deletions
|
|
@ -50,9 +50,7 @@ function (Parent, PhysicsEngine, Settings, PlayerController, requestAnimFrame, N
|
|||
}
|
||||
|
||||
GameController.prototype.onLevelLoaded = function() {
|
||||
console.log("onLevelLoaded updateWorld pre")
|
||||
this.updateWorld();
|
||||
console.log("onLevelLoaded updateWorld post")
|
||||
};
|
||||
|
||||
GameController.prototype.onUserJoined = function (user) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue