|
@@ -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({
|