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

beta.r3js.org
-=yb4f310 2018-03-23 12:27:40 +01:00
parent e7188cbb07
commit c21a96422d
1 changed files with 6 additions and 6 deletions

View File

@ -165,14 +165,14 @@ GameLib.CustomCode.prototype.displayHUD = function() {
this.canvasHUD.line(50, 456, 462, 456, 2, "#000000");
this.canvasHUD.text('xtra', 114, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('speed', 114, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 110, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('speed', 110, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 269, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('life', 269, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 265, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('life', 265, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 424, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('slow', 424, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.text('xtra', 420, 480, '20px sans-serif', '#ffffff');
this.canvasHUD.text('slow', 420, 500, '20px sans-serif', '#ffffff');
this.canvasHUD.image(this.imagePowerupSpeed.instance, 50, 460, 48, 48);
this.canvasHUD.image(this.imagePowerupLife.instance, 205, 460, 48, 48);