Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified

beta.r3js.org
-=yb4f310 2018-03-23 12:16:28 +01:00
parent 946a3c8eff
commit 1a71b3fe70
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.text('xtra', 300, 490, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 450, 490, '20px sans-serif', '#ffffff');
this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 440);
this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 440, 50, 50);
this.textureHUD.instance.needsUpdate = true;
}