1 [gd_scene load_steps=3 format=3 uid="uid://bvfiv5uhmkqq7"]
3 [ext_resource type="Script" path="res://addons/dialogic/Modules/Text/character_settings/character_portrait_mood_settings.gd" id="1_5ni5u"]
4 [ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="1_oggvu"]
6 [node name="Typing Sound Mood" type="HBoxContainer"]
12 script = ExtResource("1_5ni5u")
14 [node name="PortraitMoodLabel" type="Label" parent="."]
15 unique_name_in_owner = true
19 [node name="PortraitMood" parent="." instance=ExtResource("1_oggvu")]
20 unique_name_in_owner = true
22 size_flags_horizontal = 3
23 placeholder_text = "Select Mood"
25 [connection signal="value_changed" from="PortraitMood" to="." method="_on_portrait_mood_value_changed"]