hold queue position

This commit is contained in:
Adrien MALINGREY 2023-06-12 02:20:25 +02:00
parent 68159adb82
commit af0bc56099

2
app.js

@ -855,7 +855,7 @@ const edge = new THREE.Mesh(
scene.add(edge) scene.add(edge)
const holdQueue = new THREE.Group() const holdQueue = new THREE.Group()
holdQueue.position.set(-5, SKYLINE) holdQueue.position.set(-4, SKYLINE)
scene.add(holdQueue) scene.add(holdQueue)
const matrix = new Matrix() const matrix = new Matrix()
scene.add(matrix) scene.add(matrix)