From 2561440afd92c851655bf68c716916efe66867ae Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 15 Jan 2018 18:25:40 +0100 Subject: [PATCH] Update: CC - SpoonLib - Key Up (hdy358a43e.js) 42 bytes modified --- hdy358a43e.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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;