From 68b77ecc3bf01cb29615cd5d866ae4e667edabaf Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 21 Mar 2018 10:29:13 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 118 bytes modified --- 21g30t1e75.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 15025bb..165edf5 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -50,6 +50,9 @@ this.keyUp = GameLib.EntityManager.Instance.findComponentById('306204wy29'); */ this.geometryBody = GameLib.EntityManager.Instance.findComponentById('8f5q7k5ozp'); +GameLib.CustomCode.BODY_SCALE_X = this.geometryBody.width; +GameLib.CustomCode.BODY_SCALE_Y = this.geometryBody.height; + /** * Images */ @@ -629,7 +632,7 @@ function(y) { */ this.initializeGrid(); - //this.visualizeGrid(); + this.visualizeGrid(); /** * Other Settings