diff --git a/21g30t1e75.js b/21g30t1e75.js index cd80191..013cb9a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -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; }