From dd88e55b1ed2e68b574b350889818786512c1a60 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 14 Mar 2018 12:07:45 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified --- 21g30t1e75.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index e59e674..5115805 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -211,12 +211,13 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { backup.x = body.position.x; backup.y = body.position.y; - backup.orientation = body.orientation; + body.advance( this.state.orientation ); + backup.orientation = body.orientation; } else { var temp = {