Update: CC - SpoonLib - Key Up (hdy358a43e.js) 420 bytes modified

beta.r3js.org
-=yb4f310 2018-01-15 19:59:58 +01:00
parent 2561440afd
commit b8206f172b
1 changed files with 0 additions and 16 deletions

View File

@ -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