resume on pause key down

This commit is contained in:
2023-07-20 19:35:13 +02:00
parent b34a968dd2
commit e1da884441
3 changed files with 14 additions and 4 deletions

View File

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