Update: CC - Snake FS - Mouse Down (gzewp2awcf.js) 24 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 18:39:10 +01:00
parent 2aee44cc9c
commit edd4f7ed05
1 changed files with 3 additions and 2 deletions

View File

@ -67,8 +67,9 @@ intersects.map(
var pixel = alphas[(256 * y) + x];
console.log(intersect.mesh.name + ' : ' + pixel);
if (pixel === 0) {
console.log(intersect.mesh.name + ' : ' + pixel);
}
}
);