12 lines
397 B
Text
12 lines
397 B
Text
[gd_scene load_steps=2 format=3 uid="uid://ebfrhgrluixd"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/music/music_manager.gd" id="1_dltpv"]
|
|
|
|
[node name="MusicManager" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( "1_dltpv" )
|
|
|
|
[node name="music" type="AudioStreamPlayer" parent="."]
|
|
|
|
[connection signal="finished" from="music" to="." method="_on_music_finished"]
|