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

beta.r3js.org
-=yb4f310 2018-03-13 12:29:55 +01:00
parent afcf48278f
commit 02df28a1b7
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
return;
}
var position = null;
var position = {x:0, y:0};
this.snake.map(
function(body, index) {