22 lines
833 B
Plaintext
22 lines
833 B
Plaintext
[gd_scene format=3 uid="uid://dqgqvjcjj07i3"]
|
|
|
|
[ext_resource type="Script" uid="uid://by0vt068i7cw" path="res://sources/language_tool/gp_select_popup.gd" id="1_1wl8e"]
|
|
|
|
[node name="GPSelectPopup" type="MarginContainer" unique_id=750011910]
|
|
offset_right = 593.0
|
|
offset_bottom = 140.0
|
|
script = ExtResource("1_1wl8e")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1548781289]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="." unique_id=857265864]
|
|
visible = false
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 80
|
|
text = "Add new GP"
|
|
|
|
[connection signal="focus_entered" from="Button" to="." method="_on_button_focus_entered"]
|
|
[connection signal="focus_exited" from="Button" to="." method="_on_button_focus_exited"]
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|