Add muzak, muffled screams, virtua hand

This commit is contained in:
Jennie Robinson Faber 2026-05-16 16:15:50 +01:00
parent acb10d18a4
commit 54067d2087
15 changed files with 198 additions and 29 deletions

View file

@ -2,3 +2,4 @@ extends Node3D
func _ready() -> void:
$ComponentSpawn.survivor_spawn = $World/SurvivorSpawn
$Ambience.finished.connect($Ambience.play)