From 10bfb69d57df5ed17d8aeb5e34fb7b404dde5593 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 13 Mar 2018 13:58:29 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 1 bytes modified --- 21g30t1e75.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index ce368e0..037a345 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -219,7 +219,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { body.position.x = position.x; body.position.y = position.y; - body.rotation = rotation; + body.rotation += rotation; position.x = tempPosition.x; position.y = tempPosition.y;