tweaks again

This commit is contained in:
2026-03-19 00:21:52 +01:00
parent defff30b2b
commit 3e89cf303f
2 changed files with 13 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ export class TetraScene extends THREE.Scene {
switch (theme) {
case "Plasma":
this.ambientLight.intensity = 0
this.directionalLight.intensity = 1.75
this.directionalLight.intensity = 5
this.directionalLight.position.set(5, -20, 20)
this.music.src = "audio/Moon-Over-Moscow-DJ-ResiDance-Mix-2022.mp3"
this.background = new THREE.Color(0xffffff)
@@ -81,8 +81,8 @@ export class TetraScene extends THREE.Scene {
this.playfield.retroEdge.visible = false
break
case "Espace":
this.ambientLight.intensity = 7
this.directionalLight.intensity = 5
this.ambientLight.intensity = 2
this.directionalLight.intensity = 10
this.directionalLight.position.set(2, 15, 20)
this.music.src = "audio/benevolence.m4a"
this.background = new THREE.Color(0x000000)