diff --git a/hdy358a43e.js b/hdy358a43e.js index 78226b1..f7a357d 100644 --- a/hdy358a43e.js +++ b/hdy358a43e.js @@ -12,16 +12,13 @@ if (!this.initialized) { var context = this.textCanvas.instance.getContext('2d'); - context.textBaseline = "middle"; +context.textBaseline = "middle"; - context.clearRect(0, 0, this.textCanvas.width, this.textCanvas.height); +context.clearRect(0, 0, this.textCanvas.width, this.textCanvas.height); - /** - * Write text - */ - context.fillStyle = '#3db5e6'; - context.font = '20pt BkBold'; - context.fillText('NEXT TILES', 23, 52); +context.fillStyle = '#ffffff'; +context.font = '30pt BKBold'; +context.fillText('FLYING SPOON', 23, 52); this.textTexture.instance.needsUpdate = true;