mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixes the sending and rendering of game stats
This commit is contained in:
parent
cad112419d
commit
a66a327386
8 changed files with 81 additions and 62 deletions
|
|
@ -50,7 +50,7 @@ function (Parent, PIXI, Nc, Settings) {
|
|||
var self = this;
|
||||
setTimeout(function(){
|
||||
self.mainText.visible = false;
|
||||
}, 2000);
|
||||
}, Settings.SCORE_MESSAGE_TIMEOUT);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue