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

beta.r3js.org
-=yb4f310 2018-03-23 13:38:51 +01:00
parent 57c9103067
commit 79bb5158fb
1 changed files with 2 additions and 0 deletions

View File

@ -1128,6 +1128,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.mesh = this.createGameMesh(this.materialBreadCorner);
body.position.x = backup.position.x;
body.position.y = backup.position.y;
//body.mesh.position.x = backup.position.x;
//body.mesh.position.y = backup.position.y;
body.mesh.position.z = 5;