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

beta.r3js.org
-=yb4f310 2017-10-31 15:00:19 +01:00
parent d0f2fe1565
commit f94b92090b
1 changed files with 5 additions and 0 deletions

View File

@ -183,6 +183,11 @@ if (this.spawningBullets === true) {
if (intersects.length > 0) {
console.log('intersected');
intersects.map(
function(intersect){
console.log(intersect);
}
)
}
}