mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27:19 +01:00
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
[gd_scene load_steps=2 format=1]
|
|
|
|
[ext_resource path="res://addons/DataEditor/input_dialog.gd" type="Script" id=1]
|
|
|
|
[node name="ConfirmationDialog" type="ConfirmationDialog"]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 440.0
|
|
margin/bottom = 150.0
|
|
popup/exclusive = true
|
|
window/title = "Please Confirm..."
|
|
dialog/text = "Text"
|
|
dialog/hide_on_ok = true
|
|
script/script = ExtResource( 1 )
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="."]
|
|
|
|
anchor/top = 1
|
|
anchor/right = 1
|
|
anchor/bottom = 1
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = false
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 8.0
|
|
margin/top = 103.0
|
|
margin/right = 8.0
|
|
margin/bottom = 45.0
|
|
custom_constants/separation = 10
|
|
alignment = 0
|
|
|
|
[node name="LineEdit1" type="LineEdit" parent="VBox"]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 2
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 424.0
|
|
margin/bottom = 24.0
|
|
placeholder/text = "Hint 1"
|
|
placeholder/alpha = 0.6
|
|
focus_mode = 2
|
|
caret/caret_blink = false
|
|
caret/caret_blink_speed = 0.65
|
|
|
|
[node name="LineEdit2" type="LineEdit" parent="VBox"]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 2
|
|
margin/left = 0.0
|
|
margin/top = 34.0
|
|
margin/right = 424.0
|
|
margin/bottom = 58.0
|
|
placeholder/text = "Hint 2"
|
|
placeholder/alpha = 0.6
|
|
focus_mode = 2
|
|
caret/caret_blink = false
|
|
caret/caret_blink_speed = 0.65
|
|
|
|
[connection signal="confirmed" from="." to="." method="_on_ConfirmationDialog_confirmed"]
|
|
|
|
|