adding surround sound compatibility by limiting text to the center channel
This commit is contained in:
parent
4111b4efae
commit
c09f45858b
|
|
@ -582,4 +582,5 @@ libraries = {
|
|||
}
|
||||
|
||||
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
|
||||
mix_target = 2
|
||||
bus = &"text"
|
||||
|
|
|
|||
|
|
@ -485,6 +485,7 @@ libraries = {
|
|||
}
|
||||
|
||||
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
|
||||
mix_target = 2
|
||||
bus = &"text"
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="AnimationPlayer"]
|
||||
|
|
|
|||
|
|
@ -830,6 +830,7 @@ libraries = {
|
|||
}
|
||||
|
||||
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
|
||||
mix_target = 2
|
||||
bus = &"text"
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="AnimationPlayer"]
|
||||
|
|
|
|||
|
|
@ -639,4 +639,5 @@ libraries = {
|
|||
}
|
||||
|
||||
[node name="Text" type="AudioStreamPlayer" parent="AnimationPlayer"]
|
||||
mix_target = 2
|
||||
bus = &"text"
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue