From 657e676ae50b2efac3b0eb694a28a90c228a529b Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 21:04:39 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 3 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;