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

beta.r3js.org
-=yb4f310 2018-03-23 17:23:48 +01:00
parent 37b638b0f3
commit ddb62439c8
1 changed files with 9 additions and 0 deletions

View File

@ -1274,6 +1274,15 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
var temp = null; var temp = null;
var advanced = false; var advanced = false;
if (this.state.overrideOrientation) {
this.backupPreviousOrientation = this.backupOrientation;
this.backupOrientation = this.state.orientation;
this.state.overrideOrientation = false;
}
this.snake.map( this.snake.map(
function(body, index) { function(body, index) {