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

beta.r3js.org
-=yb4f310 2018-03-23 12:16:00 +01:00
parent 9b5d23c924
commit 946a3c8eff
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, 490);
this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 440);
this.textureHUD.instance.needsUpdate = true;
}