From 4404f865951a630a309bd67319610e34982b15b2 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sat, 12 Jul 2014 08:30:38 -0700 Subject: [PATCH] Lightbar was off by 1px --- 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 583fc8c..cfe7fe5 100644 --- a/moonlight/src/GameStates.js +++ b/moonlight/src/GameStates.js @@ -159,7 +159,7 @@ GameState.prototype.create = function() { font: '16px Arial', fill: '#ffffff' }, this.uigroup ); - this.lightbar = this.game.add.sprite(255, + this.lightbar = this.game.add.sprite(256, hudoffset + 7 + 6, 'lightbar', 0,