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

beta.r3js.org
-=yb4f310 2018-03-23 12:23:51 +01:00
parent 0bf49ac0d2
commit ba7e005c61
1 changed files with 3 additions and 0 deletions

View File

@ -169,7 +169,10 @@ GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.text('speed', 114, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 264, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('life', 264, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 414, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('slow', 414, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48);
this.canvasHUD.image(this.imagePowerupLife.instance, 200, 460, 48, 48);