Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 1 bytes modified

beta.r3js.org
-=yb4f310 2018-03-13 13:58:29 +01:00
parent 3b06cb3f68
commit 10bfb69d57
1 changed files with 1 additions and 1 deletions

View File

@ -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;