From 8eebcb25ecd509c1f4eea7401eeec5241adf06c2 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Fri, 11 Jul 2014 23:52:42 -0700 Subject: [PATCH] Fix score location --- moonlight/src/GameStates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonlight/src/GameStates.js b/moonlight/src/GameStates.js index 0c70635..38afda4 100644 --- a/moonlight/src/GameStates.js +++ b/moonlight/src/GameStates.js @@ -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,