From 1b28546c5516b05840cb45f42521fb9b8a942356 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 13 Mar 2018 13:59:04 +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 037a345..ce368e0 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;