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

beta.r3js.org
-=yb4f310 2018-03-22 19:55:23 +01:00
parent 6673038339
commit e1a0e391a2
1 changed files with 0 additions and 5 deletions

View File

@ -979,11 +979,6 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
break;
case GameLib.CustomCode.OBJECT_TYPE_FOOD :
this.extend(gameObject, backup.position, backup.orientation);
if (backup.orientation !== body.orientation) {
this.createCorner(body, temp);
}
break;
case GameLib.CustomCode.OBJECT_TYPE_POWERUP:
this.powerup(gameObject);