15 lines
349 B
Text
15 lines
349 B
Text
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Sounds/BGM/Bluemillenium_-_Je_suis_un_Phoenix_1.ogg" type="AudioStream" id=1]
|
||
|
|
||
|
[node name="Music" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="BGM" type="AudioStreamPlayer" parent="."]
|
||
|
stream = ExtResource( 1 )
|
||
|
bus = "BGM"
|