Update: CC - Before Render - Moorcow (9l6o7974qx.js) 89 bytes modified

beta.r3js.org
-=yb4f310 2017-11-07 00:10:58 +01:00
parent a4d868d8cd
commit 297b329675
1 changed files with 7 additions and 1 deletions

View File

@ -40,7 +40,13 @@ if (
apiBox.materials = [this.boxMaterial];
var box = GameLib.EntityManager.Instance.findComponentById('3upawmhh8j').clone();
var cow = GameLib.EntityManager.Instance.findComponentById('3upawmhh8j');
cow.instance.visible = false;
var box = cow.clone();
box.instance.visible = true;
var velocity = null;