fixes the sending and rendering of game stats

This commit is contained in:
Jeena 2015-04-19 17:31:41 +02:00
parent cad112419d
commit a66a327386
8 changed files with 81 additions and 62 deletions

View file

@ -50,7 +50,7 @@ function (Parent, PIXI, Nc, Settings) {
var self = this;
setTimeout(function(){
self.mainText.visible = false;
}, 2000);
}, Settings.SCORE_MESSAGE_TIMEOUT);
}