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

beta.r3js.org
-=yb4f310 2018-03-22 18:36:33 +01:00
parent d7c1739d11
commit 09c5e197d8
1 changed files with 0 additions and 6 deletions

View File

@ -745,12 +745,6 @@ GameLib.CustomCode.prototype.extend = function(gameObject, position, orientation
}
var body = null;
GameLib.CustomCode.FOOD_BACON = 0;
GameLib.CustomCode.FOOD_CHEESE = 1;
GameLib.CustomCode.FOOD_ONION = 2;
GameLib.CustomCode.FOOD_ONION_RING = 3;
GameLib.CustomCode.FOOD_PATTY = 4;
GameLib.CustomCode.FOOD_TOMATO = 5;
switch (gameObject.type) {
case GameLib.CustomCode.FOOD_BACON :