Adjust demo box sizw
1 files changed, 1 insertions(+), 1 deletions(-) M main.js
M main.js => main.js +1 -1
@@ 114,7 114,7 @@ function drawPeg(position, color = 'white', size = 2) { const zones = [] zones.push({ box: new THREE.Box2(new THREE.Vector2(-40, -100), new THREE.Vector2(40, -50)), box: new THREE.Box2(new THREE.Vector2(-40, -100), new THREE.Vector2(40, -20)), velocity: new THREE.Vector2(0, -1).normalize() })