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

beta.r3js.org
-=yb4f310 2018-01-15 18:25:40 +01:00
parent 03fa72e959
commit 2561440afd
1 changed files with 5 additions and 8 deletions

View File

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