9 lines
296 B
Text
9 lines
296 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://blyqjiguff0lp"]
|
||
|
|
||
|
[ext_resource type="AudioStream" uid="uid://c6nf5s6xy2uii" path="res://Assets/omw-to-beat-the-big-bad.wav" id="1_wb1gf"]
|
||
|
|
||
|
[node name="MusicPlayer" type="AudioStreamPlayer"]
|
||
|
stream = ExtResource("1_wb1gf")
|
||
|
autoplay = true
|
||
|
bus = &"Music"
|