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

beta.r3js.org
-=yb4f310 2017-10-31 14:16:32 +01:00
parent ac98083570
commit ba0ef60f14
1 changed files with 3 additions and 1 deletions

View File

@ -157,9 +157,11 @@ if (this.spawningBullets === true) {
var start = position.clone();//direction.clone();
var end = start.clone().add(direction.multiplyScalar(1000));
var end = start.clone().add(direction.clone().multiplyScalar(1000));
start = position.clone().add(direction.clone().multiplyScalar(-5);
start.x += 5;