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

beta.r3js.org
-=yb4f310 2018-03-23 14:47:45 +01:00
parent 55dfd2ef07
commit 651c7d3eeb
1 changed files with 2 additions and 2 deletions

View File

@ -1415,7 +1415,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
/** /**
* make a backup of the snake here * make a backup of the snake here
*/ */
this.backupSnake(); this.backup();
} }
this.state.eating = false; this.state.eating = false;
@ -1473,7 +1473,7 @@ GameLib.Event.Subscribe(
) )
] ]
this.backupSnake(); this.backup();
/** /**
* Other Settings * Other Settings