Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 26 bytes modified

beta.r3js.org
-=yb4f310 2017-10-31 14:50:34 +01:00
parent ce13cdc62c
commit 613440bb24
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ if (this.spawningBullets === true) {
this.scene.instance.children.map(
function(child) {
if (child instanceof THREE.Line) {
// child.position.y -= 0.01;
child.position.multiply(new THREE.Vector3(0,-0.1,0));
}
}
);