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

beta.r3js.org
-=yb4f310 2018-02-14 13:53:15 +01:00
parent 3c5979dd6f
commit a93e7068e3
1 changed files with 5 additions and 2 deletions

View File

@ -1424,8 +1424,11 @@ GameLib.Event.Emit(
this.createTile('tile_center');
this.tile_center.visible = false;
this.tile_center.updateInstance('visible');
this.tile_center.materials[0].transparent = true;
this.tile_center.updateInstance('transparent');
this.tile_center.materials[0].opacity = 0;
this.tile_center.updateInstance('opacity');
this.createTile('tile_bacon_disappearing');