grunk/src/game/global_sfx_manager/global_sfx_manager.tscn

29 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-08-15 15:51:11 -06:00
[gd_scene load_steps=5 format=3 uid="uid://dt27sg6y8luhe"]
[ext_resource type="AudioStream" uid="uid://cfj1o2mt8pc8e" path="res://assets/sfx/ui/ui_confirm_v0.wav" id="1_wh46b"]
[ext_resource type="Script" uid="uid://bpaid8cfddrtp" path="res://src/game/global_sfx_manager/global_sfx_manager.gd" id="1_xjjma"]
[ext_resource type="AudioStream" uid="uid://qua4yq6ceeax" path="res://assets/sfx/ui/ui_cancel_v0.wav" id="2_xjjma"]
[ext_resource type="AudioStream" uid="uid://b8l5atgau0qpb" path="res://assets/sfx/ui/ui_bonk_v0.wav" id="3_xl3ms"]
[node name="GlobalSFXManager" type="Node"]
script = ExtResource("1_xjjma")
[node name="Confirm" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
stream = ExtResource("1_wh46b")
volume_db = -16.0
bus = &"SFX"
[node name="Cancel" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
stream = ExtResource("2_xjjma")
volume_db = -16.0
bus = &"SFX"
[node name="Bonk" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
stream = ExtResource("3_xl3ms")
volume_db = -16.0
2025-08-15 16:38:07 -06:00
pitch_scale = 0.8
2025-08-15 15:51:11 -06:00
bus = &"SFX"