fix audio restart, game restart, pause on gui

This commit is contained in:
2023-07-18 21:49:14 +02:00
parent 401218bdbe
commit b34a968dd2
4 changed files with 41 additions and 40 deletions

View File

@@ -27,7 +27,7 @@ export class Vortex extends THREE.Group {
texture.repeat.set(1, 1)
}),
blending: THREE.AdditiveBlending,
opacity: 0.006
opacity: 0.03
})
)
this.add(this.darkCylinder)