Blobby/src/Autoload/GlobalAudio.tscn

14 lines
410 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://src/Autoload/GlobalAudio.gd" type="Script" id=1]
[ext_resource path="res://assets/sounds/Shopping For The Future (LOOP).wav" type="AudioStream" id=2]
[node name="GlobalAudio" type="Node"]
script = ExtResource( 1 )
[node name="MenuMusic" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 2 )
volume_db = -15.0
autoplay = true
bus = "Music"