1 [gd_scene load_steps=3 format=3 uid="uid://c2qgetjc3mfo3"]
3 [ext_resource type="Script" uid="uid://bwlybm513kqqa" path="res://addons/dialogic/Modules/Audio/settings_audio.gd" id="1_2iyyr"]
4 [ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_o1ban"]
6 [node name="Audio" type="VBoxContainer"]
9 script = ExtResource("1_2iyyr")
11 [node name="Label" type="Label" parent="."]
13 theme_type_variation = &"DialogicSettingsSection"
14 text = "Music Channels"
16 [node name="HBoxContainer" type="HBoxContainer" parent="."]
19 [node name="Label" type="Label" parent="HBoxContainer"]
21 text = "Max music channels"
23 [node name="HintTooltip" parent="HBoxContainer" instance=ExtResource("2_o1ban")]
26 hint_text = "Lowering this value may invalidate existing music events!"
28 [node name="MusicChannelCount" type="SpinBox" parent="HBoxContainer"]
29 unique_name_in_owner = true
34 [node name="TypingSoundsTitle" type="Label" parent="."]
36 theme_type_variation = &"DialogicSettingsSection"
37 text = "Typing Sounds"
39 [node name="HBoxContainer2" type="HBoxContainer" parent="."]
42 [node name="Label" type="Label" parent="HBoxContainer2"]
46 [node name="HintTooltip" parent="HBoxContainer2" instance=ExtResource("2_o1ban")]
48 tooltip_text = "Lowering this value may invalidate existing music events!"
50 hint_text = "The default audio bus used by TypeSound nodes."
52 [node name="TypeSoundBus" type="OptionButton" parent="HBoxContainer2"]
53 unique_name_in_owner = true