mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
singleton NotificationCenter
This commit is contained in:
parent
55505106e4
commit
60462f48bf
2 changed files with 9 additions and 11 deletions
|
|
@ -38,10 +38,6 @@ function(Parent, PhysicsEngine, ViewController, KeyboardController, requestAnimF
|
|||
}
|
||||
}
|
||||
|
||||
GameController.prototype.destroy = function() {
|
||||
Parent.prototype.destroy.call(this);
|
||||
}
|
||||
|
||||
GameController.prototype.meJoined = function(user) {
|
||||
this.me = this.userJoined(user);
|
||||
this.keyboardController = new KeyboardController(this.me, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue