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

beta.r3js.org
-=yb4f310 2018-03-21 10:29:13 +01:00
parent 4c96d70658
commit 68b77ecc3b
1 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,9 @@ this.keyUp = GameLib.EntityManager.Instance.findComponentById('306204wy29');
*/ */
this.geometryBody = GameLib.EntityManager.Instance.findComponentById('8f5q7k5ozp'); this.geometryBody = GameLib.EntityManager.Instance.findComponentById('8f5q7k5ozp');
GameLib.CustomCode.BODY_SCALE_X = this.geometryBody.width;
GameLib.CustomCode.BODY_SCALE_Y = this.geometryBody.height;
/** /**
* Images * Images
*/ */
@ -629,7 +632,7 @@ function(y) {
*/ */
this.initializeGrid(); this.initializeGrid();
//this.visualizeGrid(); this.visualizeGrid();
/** /**
* Other Settings * Other Settings