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