]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.tscn
00aac301eb649268bf325d1acf880c30ad603768
[wolf-seeking-sheep.git] / addons / dialogic / Modules / DefaultLayoutParts / Layer_TextInput / text_input_layer.tscn
1 [gd_scene load_steps=5 format=3 uid="uid://cvgf4c6gg0tsy"]
2
3 [ext_resource type="Script" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_TextInput/text_input_layer.gd" id="1_7ahrn"]
4 [ext_resource type="Script" path="res://addons/dialogic/Modules/TextInput/node_text_input.gd" id="1_mxdep"]
5
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
16
17 [sub_resource type="Theme" id="Theme_8xwp1"]
18
19 [node name="TextInputLayer" type="Control"]
20 layout_mode = 3
21 anchors_preset = 15
22 anchor_right = 1.0
23 anchor_bottom = 1.0
24 grow_horizontal = 2
25 grow_vertical = 2
26 mouse_filter = 2
27 script = ExtResource("1_7ahrn")
28
29 [node name="DialogicNode_TextInput" type="Control" parent="."]
30 layout_mode = 1
31 anchors_preset = 8
32 anchor_left = 0.5
33 anchor_top = 0.5
34 anchor_right = 0.5
35 anchor_bottom = 0.5
36 offset_left = -210.0
37 offset_top = -50.0
38 offset_right = 210.0
39 offset_bottom = 50.0
40 grow_horizontal = 2
41 grow_vertical = 2
42 mouse_filter = 2
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
48
49 [node name="TextInputPanel" type="PanelContainer" parent="DialogicNode_TextInput"]
50 unique_name_in_owner = true
51 self_modulate = Color(0, 0, 0, 0.780392)
52 layout_mode = 1
53 anchors_preset = 15
54 anchor_right = 1.0
55 anchor_bottom = 1.0
56 grow_horizontal = 2
57 grow_vertical = 2
58 theme_override_styles/panel = SubResource("StyleBoxFlat_3dpjm")
59
60 [node name="VBoxContainer" type="VBoxContainer" parent="DialogicNode_TextInput/TextInputPanel"]
61 layout_mode = 2
62
63 [node name="TextLabel" type="Label" parent="DialogicNode_TextInput/TextInputPanel/VBoxContainer"]
64 unique_name_in_owner = true
65 layout_mode = 2
66 theme = SubResource("Theme_8xwp1")
67 text = "Please enter some text:"
68 autowrap_mode = 3
69
70 [node name="InputField" type="LineEdit" parent="DialogicNode_TextInput/TextInputPanel/VBoxContainer"]
71 layout_mode = 2
72
73 [node name="ConfirmationButton" type="Button" parent="DialogicNode_TextInput/TextInputPanel/VBoxContainer"]
74 layout_mode = 2
75 size_flags_horizontal = 8
76 text = "Confirm"