22 lines
874 B
Text
22 lines
874 B
Text
[gd_scene load_steps=4 format=3 uid="uid://cof2sm0drv2i"]
|
|
|
|
[ext_resource type="Script" uid="uid://c1yco1xiqppw" path="res://autoloads/global_sounds.gd" id="1_22s5s"]
|
|
[ext_resource type="AudioStream" uid="uid://sci5aqar0oyx" path="res://assets/audio/bgs/amb_sog.wav" id="2_3njyb"]
|
|
[ext_resource type="AudioStream" uid="uid://flc817bekeh6" path="res://assets/audio/sfx/level_win.ogg" id="3_pqonv"]
|
|
|
|
[node name="GlobalSounds" type="Node" node_paths=PackedStringArray("sounds")]
|
|
script = ExtResource("1_22s5s")
|
|
sounds = {
|
|
&"SoggyAmbience": NodePath("SoggyAmbience"),
|
|
&"WinSound": NodePath("WinSound")
|
|
}
|
|
|
|
[node name="SoggyAmbience" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_3njyb")
|
|
volume_db = -10.0
|
|
bus = &"Background Sound"
|
|
|
|
[node name="WinSound" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("3_pqonv")
|
|
volume_db = -6.558
|
|
bus = &"Sound Effects"
|