diff --git a/21g30t1e75.js b/21g30t1e75.js index 5c189f5..9c05b97 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -205,7 +205,7 @@ GameLib.CustomCode.prototype.displayHUD = function() { this.canvasHUD.text('slow', 420, 500, '12px Pixeled', '#ffffff'); if (this.state.message) { - this.canvasHUD.text(this.state.message, 200, 250, '40px Pixeled', '#ffffff'); + this.canvasHUD.text(this.state.message, 220, 250, '30px Pixeled', '#ffffff'); } this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48);