Update: CC - Bacon - Entity Loaded (2xswm1bwq8.js) 604 bytes modified

beta.r3js.org
-=yb4f310 2018-02-14 15:18:19 +01:00
parent 57a7173b2a
commit 3056c807b5
1 changed files with 14 additions and 0 deletions

View File

@ -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');