1 [gd_scene load_steps=5 format=3 uid="uid://cvgf4c6gg0tsy"]
3 [ext_resource type="Script" uid="uid://88hp2hy1qvyq" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd" id="1_7ahrn"]
4 [ext_resource type="Script" uid="uid://6w2ykbrgs3p0" path="res://addons/dialogic/Modules/TextInput/node_text_input.gd" id="1_mxdep"]
6 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3dpjm"]
7 content_margin_left = 15.0
8 content_margin_top = 15.0
9 content_margin_right = 15.0
10 content_margin_bottom = 15.0
11 bg_color = Color(1, 1, 1, 1)
12 corner_radius_top_left = 5
13 corner_radius_top_right = 5
14 corner_radius_bottom_right = 5
15 corner_radius_bottom_left = 5
17 [sub_resource type="Theme" id="Theme_8xwp1"]
19 [node name="TextInputLayer" type="Control"]
27 script = ExtResource("1_7ahrn")
29 [node name="DialogicNode_TextInput" type="Control" parent="."]
43 script = ExtResource("1_mxdep")
44 input_line_edit = NodePath("TextInputPanel/VBoxContainer/InputField")
45 text_label = NodePath("TextInputPanel/VBoxContainer/TextLabel")
46 confirmation_button = NodePath("TextInputPanel/VBoxContainer/ConfirmationButton")
47 metadata/_edit_layout_mode = 1
49 [node name="TextInputPanel" type="PanelContainer" parent="DialogicNode_TextInput"]
50 unique_name_in_owner = true
51 self_modulate = Color(0, 0, 0, 0.780392)
58 theme_override_styles/panel = SubResource("StyleBoxFlat_3dpjm")
60 [node name="VBoxContainer" type="VBoxContainer" parent="DialogicNode_TextInput/TextInputPanel"]
63 [node name="TextLabel" type="Label" parent="DialogicNode_TextInput/TextInputPanel/VBoxContainer"]
64 unique_name_in_owner = true
66 theme = SubResource("Theme_8xwp1")
67 text = "Please enter some text:"
70 [node name="InputField" type="LineEdit" parent="DialogicNode_TextInput/TextInputPanel/VBoxContainer"]
73 [node name="ConfirmationButton" type="Button" parent="DialogicNode_TextInput/TextInputPanel/VBoxContainer"]
75 size_flags_horizontal = 8