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

beta.r3js.org
-=yb4f310 2018-03-12 21:04:26 +01:00
parent 0aeeb834b7
commit 624468f6cf
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ GameLib.CustomCode.SnakeBody = function(
case GameLib.CustomCode.BODY_TYPE_HEAD :
break;
case GameLib.CustomCode.BODY_TYPE_TAIL :
this.mesh.rotation.z = Math.PI;
this.mesh.rotation.z = Math.PI / 2;
this.mesh.updateInstance('rotation');
this.position.x += 1;
break;