diff --git a/index.html b/index.html index aa6fd31..6b61197 100644 --- a/index.html +++ b/index.html @@ -66,14 +66,14 @@ create () { - const particles = this.add.particles(1280/2, 320, 'key', { + const particles = this.add.particles(1920/2, 620, 'key', { speed: 500, - scale: { start: 0.5, end: 0.2 } + scale: { start: 0.7, end: 0.2 } }); - const logo = this.add.text(1280/2-290, 180, 'Keyboard Kingdom!', { + const logo = this.add.text(1920/2-430, 380, 'Keyboard Kingdom!', { fontFamily: '"Bungee"', - fontSize: '50px', + fontSize: '80px', origin: { x: 0.5, y: 0.5 } }) }