diff --git a/phaser/match3/bg.jpg b/phaser/match3/bg.jpg index 0a4150d..192de86 100644 Binary files a/phaser/match3/bg.jpg and b/phaser/match3/bg.jpg differ diff --git a/phaser/match3/gems.png b/phaser/match3/gems.png index 9726ff0..ea0d9d5 100644 Binary files a/phaser/match3/gems.png and b/phaser/match3/gems.png differ diff --git a/phaser/match3/scene.js b/phaser/match3/scene.js index b5153c6..cf3c769 100644 --- a/phaser/match3/scene.js +++ b/phaser/match3/scene.js @@ -38,12 +38,12 @@ export default class playGame extends Phaser.Scene { bg.displayHeight = this.game.config.height; this.scoreNum = 0; this.moveNum = 30; - this.score = this.add.text(700, 320, this.scoreNum, { + this.score = this.add.text(700, 356, this.scoreNum, { fontSize: 100, fontFamily: "game", color: "#3aab7d", }); - this.moves = this.add.text(1552, 320, this.moveNum, { + this.moves = this.add.text(1640, 356, this.moveNum, { fontSize: 100, fontFamily: "game", color: "#3aab7d",