Moon Over Moscow

This commit is contained in:
2026-03-18 23:21:45 +01:00
parent 982c275ce4
commit defff30b2b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -74,7 +74,7 @@ export class TetraScene extends THREE.Scene {
this.ambientLight.intensity = 0 this.ambientLight.intensity = 0
this.directionalLight.intensity = 1.75 this.directionalLight.intensity = 1.75
this.directionalLight.position.set(5, -20, 20) this.directionalLight.position.set(5, -20, 20)
this.music.src = "audio/benevolence.m4a" this.music.src = "audio/Moon-Over-Moscow-DJ-ResiDance-Mix-2022.mp3"
this.background = new THREE.Color(0xffffff) this.background = new THREE.Color(0xffffff)
this.fog.color.set(0xffffff) this.fog.color.set(0xffffff)
this.playfield.edge.visible = true this.playfield.edge.visible = true