@@ -41,7 +41,7 @@ export default class HorizontalBox extends THREE.Group {
box.scale.set(this.width, 1, this.height);
this.add(box);
- this.position.x = (this.width + 0.125) * index - 2.2;
+ this.position.x = (this.width + 0.125) * index - 1.8;
const matLine = new LineMaterial({
@@ -32,7 +32,7 @@ export default class VerticalBox extends THREE.Group {
- this.position.x = (this.width + 0.125) * index;
color: 0xe44d54,