Fix score location

This commit is contained in:
2014-07-11 23:52:42 -07:00
parent b93191c81e
commit 8eebcb25ec

View File

@@ -158,7 +158,7 @@ GameState.prototype.create = function()
this.scoreText = this.game.add.text(
SCREEN_WIDTH - 80, SCREEN_HEIGHT - 30, '',
{ font: '16px Arial', fill: '#ffffff' }, this.uigrpoup
{ font: '16px Arial', fill: '#ffffff' }, this.uigroup
);
// this.lightbox = this.game.add.image(game.camera.width / 2 - 50,