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

beta.r3js.org
-=yb4f310 2018-03-23 16:18:21 +01:00
parent 7927b77dee
commit a1f44296ab
1 changed files with 2 additions and 0 deletions

View File

@ -1253,6 +1253,8 @@ GameLib.CustomCode.prototype.restore = function() {
body.applyToMesh();
this.grid[body.position.x][body.position.y] = body;
return body;
}
);