music fixed
This commit is contained in:
parent
8f28bc4c0a
commit
f450e131ec
|
@ -251,6 +251,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.192051, 2.60275, 0)
|
||||||
|
|
||||||
[node name="Ambiance" type="AudioStreamPlayer" parent="."]
|
[node name="Ambiance" type="AudioStreamPlayer" parent="."]
|
||||||
stream = ExtResource("22_4tylf")
|
stream = ExtResource("22_4tylf")
|
||||||
|
volume_db = 5.0
|
||||||
autoplay = true
|
autoplay = true
|
||||||
|
|
||||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||||
|
@ -263,5 +264,6 @@ one_shot = true
|
||||||
[node name="Tween" type="Timer" parent="Music"]
|
[node name="Tween" type="Timer" parent="Music"]
|
||||||
one_shot = true
|
one_shot = true
|
||||||
|
|
||||||
|
[connection signal="finished" from="Music" to="Music" method="_on_finished"]
|
||||||
[connection signal="timeout" from="Music/Transition" to="Music" method="_on_transition_timer_timeout"]
|
[connection signal="timeout" from="Music/Transition" to="Music" method="_on_transition_timer_timeout"]
|
||||||
[connection signal="timeout" from="Music/Tween" to="Music" method="_on_tween_timer_timeout"]
|
[connection signal="timeout" from="Music/Tween" to="Music" method="_on_tween_timer_timeout"]
|
||||||
|
|
Loading…
Reference in New Issue