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

beta.r3js.org
-=yb4f310 2018-03-24 22:45:00 +01:00
parent 133ac0d8dc
commit be77f8d1da
1 changed files with 3 additions and 3 deletions

View File

@ -290,9 +290,9 @@ GameLib.CustomCode.prototype.displayHUD = function() {
images.push(this.imageHeartGrey.instance);
}
this.canvasHUD.image(images[0], 260, 5, 30, 30);
this.canvasHUD.image(images[1], 290, 5, 30, 30);
this.canvasHUD.image(images[2], 320, 5, 30, 30);
this.canvasHUD.image(images[0], 262, 5, 30, 30);
this.canvasHUD.image(images[1], 292, 5, 30, 30);
this.canvasHUD.image(images[2], 322, 5, 30, 30);
this.canvasHUD.line(50, 456, 462, 456, 2, "#000000");