From a5718bd0e29a6245d2e82a272a616782187ee283 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 24 Jul 2014 15:27:33 +0200 Subject: Adjusted position of score text --- game/states/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/states/play.js b/game/states/play.js index 9a0748c..1c4a926 100644 --- a/game/states/play.js +++ b/game/states/play.js @@ -44,7 +44,7 @@ Play.prototype = { this.game.physics.startSystem(Phaser.Physics.ARCADE); this.playerAScoreText = this.game.add.bitmapText(-0.1, -0.4, 'spaced-scorefont-a','0',2); - this.playerBScoreText = this.game.add.bitmapText(this.world.width/this.world.scale.x - 3.1, -0.4, 'spaced-scorefont-b','0',2); + this.playerBScoreText = this.game.add.bitmapText(this.world.width/this.world.scale.x - 4.5, -0.4, 'spaced-scorefont-b','0',2); this.gameWon = false; }, -- cgit v1.2.3