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

beta.r3js.org
-=yb4f310 2018-03-14 12:07:45 +01:00
parent e5c48422c7
commit dd88e55b1e
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {