From 3056c807b5c37001be71d18af5a12807da618e57 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 14 Feb 2018 15:18:19 +0100 Subject: [PATCH] Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 604 bytes modified --- 2xswm1bwq8.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/2xswm1bwq8.js b/2xswm1bwq8.js index a27bed8..ae7dfc2 100644 --- a/2xswm1bwq8.js +++ b/2xswm1bwq8.js @@ -1419,6 +1419,20 @@ GameLib.Event.Emit( this.createTile('tile_flames_small', 'image_flames_small'); this.createTile('tile_glow', 'image_glow'); + this.tile_glow.materials[0].transparent = true; + this.tile_glow.materials[0].updateInstance('transparent'); + + this.tile_flames_small.materials[0].transparent = true; + this.tile_flames_small.materials[0].updateInstance('transparent'); + + this.tile_glow.geometry.width = '11'; + this.tile_glow.geometry.height = '11'; + this.tile_glow.geometry.updateInstance('width'); + + this.tile_flames_small.geometry.width = '11'; + this.tile_flames_small.geometry.height = '11'; + this.tile_flames_small.geometry.updateInstance('width'); + this.tile_glowMaterial = this.tile_glow.materials[0]; this.createTile('tile_center');