adding surround sound compatibility by limiting text to the center channel

This commit is contained in:
betalars 2025-04-30 16:35:11 +02:00
parent 4111b4efae
commit c09f45858b
5 changed files with 5 additions and 0 deletions

View File

@ -582,4 +582,5 @@ libraries = {
}
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
mix_target = 2
bus = &"text"

View File

@ -485,6 +485,7 @@ libraries = {
}
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
mix_target = 2
bus = &"text"
[node name="Music" type="AudioStreamPlayer" parent="AnimationPlayer"]

View File

@ -830,6 +830,7 @@ libraries = {
}
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
mix_target = 2
bus = &"text"
[node name="Music" type="AudioStreamPlayer" parent="AnimationPlayer"]

View File

@ -639,4 +639,5 @@ libraries = {
}
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
mix_target = 2
bus = &"text"

View File

@ -1638,6 +1638,7 @@ autoplay = "RESET"
script = SubResource("GDScript_tfc2r")
[node name="Lisa" type="AudioStreamPlayer" parent="logic/ScenePlayer"]
mix_target = 2
bus = &"text"
[node name="Moving" type="AudioStreamPlayer" parent="logic/ScenePlayer"]