1 [gd_scene load_steps=7 format=3 uid="uid://by6waso0mjpjp"]
3 [ext_resource type="Script" path="res://addons/dialogic/Modules/Character/node_portrait_container.gd" id="1_4jxq7"]
4 [ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/speaker_portrait_textbox_layer.gd" id="1_7jt4d"]
5 [ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_name_label.gd" id="2_y0h34"]
6 [ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_dialog_text.gd" id="3_11puy"]
7 [ext_resource type="Script" path="res://addons/dialogic/Modules/Text/node_type_sound.gd" id="5_sr2qw"]
9 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dmg1w"]
10 bg_color = Color(0.254902, 0.254902, 0.254902, 1)
11 skew = Vector2(0.073, 0)
12 corner_radius_top_left = 3
13 corner_radius_top_right = 3
14 corner_radius_bottom_right = 3
15 corner_radius_bottom_left = 3
17 [node name="TextboxWithSpeakerPortrait" type="Control"]
25 script = ExtResource("1_7jt4d")
26 box_panel = "res://addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/default_stylebox.tres"
28 [node name="Anchor" type="Control" parent="."]
39 [node name="Panel" type="PanelContainer" parent="Anchor"]
40 unique_name_in_owner = true
41 self_modulate = Color(0.533333, 0.376471, 0.176471, 1)
56 [node name="HBox" type="HBoxContainer" parent="Anchor/Panel"]
59 theme_override_constants/separation = 15
61 [node name="PortraitPanel" type="Panel" parent="Anchor/Panel/HBox"]
62 unique_name_in_owner = true
65 size_flags_horizontal = 3
66 size_flags_stretch_ratio = 0.3
68 theme_override_styles/panel = SubResource("StyleBoxFlat_dmg1w")
70 [node name="PortraitBackgroundColor" type="ColorRect" parent="Anchor/Panel/HBox/PortraitPanel"]
71 unique_name_in_owner = true
83 color = Color(0, 0, 0, 0.231373)
85 [node name="DialogicNode_PortraitContainer" type="Control" parent="Anchor/Panel/HBox/PortraitPanel/PortraitBackgroundColor"]
94 script = ExtResource("1_4jxq7")
96 container_ids = PackedStringArray("1")
97 debug_character_portrait = "speaker"
99 [node name="VBoxContainer" type="VBoxContainer" parent="Anchor/Panel/HBox"]
101 size_flags_horizontal = 3
104 [node name="DialogicNode_NameLabel" type="Label" parent="Anchor/Panel/HBox/VBoxContainer"]
105 unique_name_in_owner = true
107 theme_override_font_sizes/font_size = 8
109 script = ExtResource("2_y0h34")
111 [node name="DialogicNode_DialogText" type="RichTextLabel" parent="Anchor/Panel/HBox/VBoxContainer" node_paths=PackedStringArray("textbox_root")]
112 unique_name_in_owner = true
114 size_flags_vertical = 3
115 theme_override_font_sizes/normal_font_size = 6
116 bbcode_enabled = true
118 scroll_following = true
119 visible_characters_behavior = 1
120 script = ExtResource("3_11puy")
121 textbox_root = NodePath("../../..")
123 [node name="DialogicNode_TypeSounds" type="AudioStreamPlayer" parent="Anchor/Panel/HBox/VBoxContainer/DialogicNode_DialogText"]
124 script = ExtResource("5_sr2qw")