@@ -21,6 +21,7 @@ anchor_right = 1.0
21
21
anchor_bottom = 1.0
22
22
grow_horizontal = 2
23
23
grow_vertical = 2
24
+ mouse_filter = 2
24
25
script = ExtResource ("1_7jt4d" )
25
26
box_panel = "res://addons/dialogic/Modules/DefaultLayoutParts/Layer_SpeakerPortraitTextbox/default_stylebox.tres"
26
27
@@ -33,6 +34,7 @@ anchor_right = 0.5
33
34
anchor_bottom = 1.0
34
35
grow_horizontal = 2
35
36
grow_vertical = 0
37
+ mouse_filter = 2
36
38
37
39
[node name ="Panel" type ="PanelContainer" parent ="Anchor" ]
38
40
unique_name_in_owner = true
@@ -49,9 +51,11 @@ offset_right = 250.0
49
51
offset_bottom = -50.0
50
52
grow_horizontal = 2
51
53
grow_vertical = 0
54
+ mouse_filter = 2
52
55
53
56
[node name ="HBox" type ="HBoxContainer" parent ="Anchor/Panel" ]
54
57
layout_mode = 2
58
+ mouse_filter = 2
55
59
theme_override_constants/separation = 15
56
60
57
61
[node name ="PortraitPanel" type ="Panel" parent ="Anchor/Panel/HBox" ]
@@ -60,6 +64,7 @@ clip_children = 1
60
64
layout_mode = 2
61
65
size_flags_horizontal = 3
62
66
size_flags_stretch_ratio = 0.3
67
+ mouse_filter = 2
63
68
theme_override_styles/panel = SubResource ("StyleBoxFlat_dmg1w" )
64
69
65
70
[node name ="PortraitBackgroundColor" type ="ColorRect" parent ="Anchor/Panel/HBox/PortraitPanel" ]
@@ -74,6 +79,7 @@ offset_right = 7.0
74
79
offset_bottom = 3.0
75
80
grow_horizontal = 2
76
81
grow_vertical = 2
82
+ mouse_filter = 2
77
83
color = Color (0 , 0 , 0 , 0.231373 )
78
84
79
85
[node name ="DialogicNode_PortraitContainer" type ="Control" parent ="Anchor/Panel/HBox/PortraitPanel/PortraitBackgroundColor" ]
@@ -84,13 +90,16 @@ anchor_bottom = 1.0
84
90
offset_top = 4.0
85
91
grow_horizontal = 2
86
92
grow_vertical = 2
93
+ mouse_filter = 2
87
94
script = ExtResource ("1_4jxq7" )
88
95
mode = 1
96
+ container_ids = PackedStringArray ("1" )
89
97
debug_character_portrait = "speaker"
90
98
91
99
[node name ="VBoxContainer" type ="VBoxContainer" parent ="Anchor/Panel/HBox" ]
92
100
layout_mode = 2
93
101
size_flags_horizontal = 3
102
+ mouse_filter = 2
94
103
95
104
[node name ="DialogicNode_NameLabel" type ="Label" parent ="Anchor/Panel/HBox/VBoxContainer" ]
96
105
unique_name_in_owner = true
@@ -99,7 +108,7 @@ theme_override_font_sizes/font_size = 8
99
108
text = "Name"
100
109
script = ExtResource ("2_y0h34" )
101
110
102
- [node name ="DialogicNode_DialogText" type ="RichTextLabel" parent ="Anchor/Panel/HBox/VBoxContainer" ]
111
+ [node name ="DialogicNode_DialogText" type ="RichTextLabel" parent ="Anchor/Panel/HBox/VBoxContainer" node_paths = PackedStringArray ( "textbox_root" ) ]
103
112
unique_name_in_owner = true
104
113
layout_mode = 2
105
114
size_flags_vertical = 3
@@ -108,6 +117,7 @@ bbcode_enabled = true
108
117
text = "Some text"
109
118
scroll_following = true
110
119
script = ExtResource ("3_11puy" )
120
+ textbox_root = NodePath ("../../.." )
111
121
112
122
[node name ="DialogicNode_TypeSounds" type ="AudioStreamPlayer" parent ="Anchor/Panel/HBox/VBoxContainer/DialogicNode_DialogText" ]
113
123
script = ExtResource ("5_sr2qw" )
0 commit comments