From 624468f6cfe17847803a5d7894461a3105850c31 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 21:04:26 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index b959427..885da48 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; + this.mesh.rotation.z = Math.PI / 2; this.mesh.updateInstance('rotation'); this.position.x += 1; break;