32 lines
813 B
Plaintext
32 lines
813 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://dccsyymk4uko6"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://Scripts/text_input_popup.gd" id="1_ve6eb"]
|
||
|
|
||
|
[node name="TextInputPopup" type="PanelContainer"]
|
||
|
anchors_preset = 8
|
||
|
anchor_left = 0.5
|
||
|
anchor_top = 0.5
|
||
|
anchor_right = 0.5
|
||
|
anchor_bottom = 0.5
|
||
|
offset_left = -90.0
|
||
|
offset_top = -35.0
|
||
|
offset_right = 90.0
|
||
|
offset_bottom = 35.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_ve6eb")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LineEdit" type="LineEdit" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
placeholder_text = "Dummy Text"
|
||
|
|
||
|
[node name="Button" type="Button" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
text = "Confirm
|
||
|
"
|
||
|
|
||
|
[connection signal="pressed" from="VBoxContainer/Button" to="." method="_on_button_pressed"]
|