11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bm80u6rqrkiig"]
|
|
|
|
[ext_resource type="AudioStream" uid="uid://cknl23pewxuva" path="res://scenes/lofi1.mp3" id="1_fil1c"]
|
|
|
|
[node name="TestSound" type="Node2D"]
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("1_fil1c")
|
|
autoplay = true
|
|
bus = &"Music"
|