From 613440bb2457dccb347dadb0e5dbc30f11a4ace5 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 31 Oct 2017 14:50:34 +0100 Subject: [PATCH] Update: Custom Code - BK Flame - Before Render (dywmtohrda.js) 26 bytes modified --- dywmtohrda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dywmtohrda.js b/dywmtohrda.js index e183de2..37d37e0 100644 --- a/dywmtohrda.js +++ b/dywmtohrda.js @@ -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)); } } );