17 lines
479 B
Plaintext
17 lines
479 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bdjimjjwd0iur"]
|
|
|
|
[ext_resource type="Script" path="res://autoload/BGM/script/bgm.gd" id="1_ah4s8"]
|
|
|
|
[node name="BGM" type="Node"]
|
|
script = ExtResource("1_ah4s8")
|
|
|
|
[node name="BGM" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
bus = &"BGM"
|
|
|
|
[node name="Effect" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
bus = &"Effect"
|
|
|
|
[connection signal="finished" from="BGM" to="." method="_on_bgm_finished"]
|