20 lines
576 B
Plaintext
20 lines
576 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dg26jwinhpn1j"]
|
|
|
|
[ext_resource type="Script" uid="uid://bdkqwrskevf76" path="res://sources/language_tool/gp_list_button.gd" id="1_14uic"]
|
|
|
|
[node name="GPListButton" type="OptionButton"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_font_sizes/font_size = 70
|
|
alignment = 2
|
|
item_count = 1
|
|
allow_reselect = true
|
|
popup/item_0/text = "New"
|
|
popup/item_0/id = 0
|
|
script = ExtResource("1_14uic")
|
|
|
|
[connection signal="item_selected" from="." to="." method="_on_item_selected"]
|