diff --git a/godot/Level/Island.tscn b/godot/Level/Island.tscn index dd09763..6148a3e 100644 --- a/godot/Level/Island.tscn +++ b/godot/Level/Island.tscn @@ -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="."] stream = ExtResource("22_4tylf") +volume_db = 5.0 autoplay = true [node name="Music" type="AudioStreamPlayer" parent="."] @@ -263,5 +264,6 @@ one_shot = true [node name="Tween" type="Timer" parent="Music"] 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/Tween" to="Music" method="_on_tween_timer_timeout"]