From 8ffadcad833ee731c4f3cd158fe58d228e1788bc Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 24 Mar 2018 17:31:33 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 537 bytes modified --- 21g30t1e75.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index 0e8cd02..bcd2f78 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -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 */