17 lines
563 B
Plaintext
17 lines
563 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Music and Fonts(Misc.)/Endless Pain of Nightmares.WAV" type="AudioStream" id=1]
|
|
[ext_resource path="res://Music and Fonts(Misc.)/dungeon_ambient_1.ogg" type="AudioStream" id=2]
|
|
[ext_resource path="res://meta/Music.gd" type="Script" id=3]
|
|
|
|
[node name="Node" type="Node"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="MainMusic" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 1 )
|
|
volume_db = -4.0
|
|
|
|
[node name="Ambience" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 2 )
|
|
volume_db = -8.0
|