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
View File

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