mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
begin Round Bug improvements, player renders doll. fixes #64
This commit is contained in:
parent
55b56f9c12
commit
c18384f502
11 changed files with 76 additions and 42 deletions
|
|
@ -79,9 +79,6 @@ function (Exception) {
|
|||
add: null,
|
||||
remove: null
|
||||
},
|
||||
player: {
|
||||
killed: null
|
||||
},
|
||||
events: {
|
||||
level: {
|
||||
loaded: null
|
||||
|
|
@ -107,6 +104,11 @@ function (Exception) {
|
|||
},
|
||||
round: {
|
||||
end: null
|
||||
},
|
||||
game: {
|
||||
player: {
|
||||
killed: null
|
||||
}
|
||||
}
|
||||
},
|
||||
engine: {
|
||||
|
|
@ -231,5 +233,5 @@ function (Exception) {
|
|||
}
|
||||
|
||||
|
||||
return new NotificationCenter(); // making it singletone
|
||||
return new NotificationCenter(); // making it singleton
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue