2020-11-10 22:20:40 +01:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://scripts/input_dialog.gd" type="Script" id=1]
|
|
|
|
|
2023-09-06 16:04:23 +02:00
|
|
|
[node name="InputDialog" type="Window"]
|
2020-11-10 22:20:40 +01:00
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2023-09-06 16:04:23 +02:00
|
|
|
offset_left = 816.0
|
|
|
|
offset_top = 446.0
|
|
|
|
offset_right = -826.0
|
|
|
|
offset_bottom = -591.0
|
2020-11-10 22:20:40 +01:00
|
|
|
window_title = "Please enter a value:"
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="LineEdit" type="LineEdit" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2023-09-06 16:04:23 +02:00
|
|
|
[connection signal="text_submitted" from="LineEdit" to="." method="_text_entered"]
|