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

beta.r3js.org
-=yb4f310 2018-03-22 15:31:04 +01:00
parent 396f0e11ce
commit ec98b21c4d
1 changed files with 2 additions and 0 deletions

View File

@ -900,6 +900,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
}
if (this.state.eating === true) {
body.applyToMesh();
return;
}
@ -1034,6 +1035,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
this.powerup(gameObject);
break;
default:
this.grid[head.position.x][head.position.y] = head;
break;
}
}