1- [gd_scene load_steps =6 format =2 ]
1+ [gd_scene load_steps =7 format =2 ]
22
33[ext_resource path ="res://addons/textalog/nodes/dialogue_base_node/dialog_node/dialog_node.gd" type ="Script" id =1 ]
44[ext_resource path ="res://addons/textalog/nodes/dialogue_base_node/dialogue_base_node.gd" type ="Script" id =2 ]
55[ext_resource path ="res://addons/textalog/nodes/dialogue_base_node/portraits_node/portraits_node.gd" type ="Script" id =3 ]
66[ext_resource path ="res://addons/textalog/nodes/dialogue_base_node/options_node/options_node.tscn" type ="PackedScene" id =4 ]
7- [ext_resource path ="res://addons/textalog/assets/themes/default_theme/default.tres" type ="Theme" id =5 ]
7+ [ext_resource path ="res://addons/textalog/assets/themes/default_theme/plain_black.tres" type ="Theme" id =5 ]
8+
9+ [sub_resource type ="StyleBoxFlat" id =2 ]
10+ resource_name = "NameStyle"
11+ content_margin_left = 16.0
12+ content_margin_right = 16.0
13+ content_margin_top = 16.0
14+ content_margin_bottom = 16.0
15+ bg_color = Color ( 0.0980392 , 0.0980392 , 0.0980392 , 0.745098 )
16+ border_width_top = 1
17+ border_width_right = 1
18+ border_width_bottom = 1
19+ border_color = Color ( 0 , 0 , 0 , 0.537255 )
20+ border_blend = true
21+ corner_radius_top_right = 20
22+ corner_radius_bottom_left = 20
23+ corner_detail = 1
824
925[node name ="DialogNode" type ="Control" ]
10- visible = false
1126anchor_right = 1.0
1227anchor_bottom = 1.0
1328theme = ExtResource ( 5 )
@@ -51,7 +66,6 @@ margin_right = -25.0
5166margin_bottom = -387.0
5267
5368[node name ="CharacterName" type ="Label" parent ="." ]
54- visible = false
5569anchor_left = 0.023
5670anchor_top = 0.643
5771anchor_right = 0.181
@@ -62,6 +76,7 @@ margin_right = -0.344009
6276margin_bottom = -6 .10352e-05
6377grow_horizontal = 2
6478grow_vertical = 2
79+ custom_styles/normal = SubResource ( 2 )
6580text = "Sample Name"
6681align = 1
6782valign = 1
0 commit comments