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

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

View File

@ -101,7 +101,16 @@ this.meshSoundButton = GameLib.EntityManager.Instance.findComponentById('0eo0kat
this.meshDownButton = GameLib.EntityManager.Instance.findComponentById('2eva6brga6'); this.meshDownButton = GameLib.EntityManager.Instance.findComponentById('2eva6brga6');
this.meshUpButton = GameLib.EntityManager.Instance.findComponentById('q3ra6x84d8'); this.meshUpButton = GameLib.EntityManager.Instance.findComponentById('q3ra6x84d8');
this.meshRightButton = GameLib.EntityManager.Instance.findComponentById('z0gwmplslj'); this.meshRightButton = GameLib.EntityManager.Instance.findComponentById('z0gwmplslj');
this.meshPauseButton = GameLib.EntityManager.Instance.findComponentById('f5xmype7dq'); this.meshLeftButton = GameLib.EntityManager.Instance.findComponentById('e69gb1028e');
this.buttons = [
this.meshPauseButton,
this.meshSoundButton,
this.meshDownButton,
this.meshUpButton,
this.meshRightButton,
this.meshLeftButton,
];
/** /**
* Materials * Materials