18 lines
596 B
Text
18 lines
596 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://objects/hud/menu_sounds.gd" type="Script" id=1]
|
|
[ext_resource path="res://audio/sounds/confirm.wav" type="AudioStream" id=2]
|
|
[ext_resource path="res://audio/sounds/select.wav" type="AudioStream" id=3]
|
|
|
|
[node name="MenuSounds" type="Node"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="SelectSound" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource( 3 )
|
|
volume_db = -15.0
|
|
|
|
[node name="ConfirmSound" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource( 2 )
|
|
volume_db = -15.0
|