the-crypt/meta/Music.tscn

17 lines
563 B
Plaintext
Raw Normal View History

2020-07-23 22:36:21 -05:00
[gd_scene load_steps=4 format=2]
2020-07-23 11:36:28 -05:00
[ext_resource path="res://Music and Fonts(Misc.)/Endless Pain of Nightmares.WAV" type="AudioStream" id=1]
2020-07-23 22:36:21 -05:00
[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]
2020-07-23 11:36:28 -05:00
[node name="Node" type="Node"]
2020-07-23 22:36:21 -05:00
script = ExtResource( 3 )
2020-07-23 11:36:28 -05:00
[node name="MainMusic" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 1 )
2020-07-23 22:36:21 -05:00
volume_db = -4.0
[node name="Ambience" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 2 )
volume_db = -8.0