Lightbar was off by 1px

This commit is contained in:
2014-07-12 08:30:38 -07:00
parent ee2d30fd7e
commit 4404f86595

View File

@@ -159,7 +159,7 @@ GameState.prototype.create = function()
{ font: '16px Arial', fill: '#ffffff' }, this.uigroup { font: '16px Arial', fill: '#ffffff' }, this.uigroup
); );
this.lightbar = this.game.add.sprite(255, this.lightbar = this.game.add.sprite(256,
hudoffset + 7 + 6, hudoffset + 7 + 6,
'lightbar', 'lightbar',
0, 0,