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

beta.r3js.org
-=yb4f310 2018-03-24 17:31:33 +01:00
parent 598019fb6b
commit 8ffadcad83
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,16 @@ this.geometryBody = GameLib.EntityManager.Instance.findComponentById('8f5q7k5ozp
GameLib.CustomCode.BODY_SCALE_X = this.geometryBody.width;
GameLib.CustomCode.BODY_SCALE_Y = this.geometryBody.height;
/**
* Meshes
*/
this.meshPauseButton = GameLib.EntityManager.Instance.findComponentById('f5xmype7dq');
this.meshSoundButton = GameLib.EntityManager.Instance.findComponentById('0eo0kat3fb');
this.meshDownButton = GameLib.EntityManager.Instance.findComponentById('2eva6brga6');
this.meshUpButton = GameLib.EntityManager.Instance.findComponentById('q3ra6x84d8');
this.meshRightButton = GameLib.EntityManager.Instance.findComponentById('z0gwmplslj');
this.meshPauseButton = GameLib.EntityManager.Instance.findComponentById('f5xmype7dq');
/**
* Materials
*/