diff --git a/21g30t1e75.js b/21g30t1e75.js index 885da48..baa2c2f 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -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 / 2; + this.mesh.rotation.z += Math.PI; this.mesh.updateInstance('rotation'); this.position.x += 1; break;