From b8206f172b97d3edc63c81c03e890a8b0a4916b7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 15 Jan 2018 19:59:58 +0100 Subject: [PATCH] Update: CC - SpoonLib - Key Up (hdy358a43e.js) 420 bytes modified --- hdy358a43e.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hdy358a43e.js b/hdy358a43e.js index f7a357d..08ed4e9 100644 --- a/hdy358a43e.js +++ b/hdy358a43e.js @@ -3,23 +3,7 @@ if (!this.entityLoaded) { } if (!this.initialized) { - - this.textCanvas = this.entityLoaded.textCanvas; - this.textTexture = this.entityLoaded.textTexture; - this.initialized = true; } -var context = this.textCanvas.instance.getContext('2d'); - -context.textBaseline = "middle"; - -context.clearRect(0, 0, this.textCanvas.width, this.textCanvas.height); - -context.fillStyle = '#ffffff'; -context.font = '30pt BKBold'; -context.fillText('FLYING SPOON', 23, 52); - -this.textTexture.instance.needsUpdate = true; - //@ sourceURL=CustomCodeSpoonLibKeyUp.js \ No newline at end of file