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

beta.r3js.org
-=yb4f310 2018-03-23 12:22:08 +01:00
parent 08bf0df2f7
commit e862749878
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48);
this.canvasHUD.image(this.imagePowerupLife.instance, 200, 460, 48, 48);
this.canvasHUD.image(this.imagePowerupSlow.instance, 400, 460, 48, 48);
this.canvasHUD.image(this.imagePowerupSlow.instance, 350, 460, 48, 48);
this.textureHUD.instance.needsUpdate = true;
}