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

beta.r3js.org
-=yb4f310 2018-03-22 12:21:20 +01:00
parent 3359bfdaad
commit 6272e17fb5
1 changed files with 2 additions and 0 deletions

View File

@ -540,6 +540,8 @@ GameLib.CustomCode.prototype.createGameObject = function(
this.grid[gameObject.position.x][gameObject.position.y].dispose(); this.grid[gameObject.position.x][gameObject.position.y].dispose();
} }
this.visualizeGrid();
return gameObject; return gameObject;
}.bind(this); }.bind(this);