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

beta.r3js.org
-=yb4f310 2018-03-22 20:19:41 +01:00
parent 91897521b4
commit 3e6c1a7d8c
1 changed files with 0 additions and 2 deletions

View File

@ -979,13 +979,11 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
break;
case GameLib.CustomCode.OBJECT_TYPE_FOOD :
this.extend(gameObject, backup.position, backup.orientation);
break;
case GameLib.CustomCode.OBJECT_TYPE_POWERUP:
this.powerup(gameObject);
break;
default:
this.grid[body.position.x][body.position.y] = body;
break;
}