34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://do26imnel1q2y"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c4j4v5em8lqd3" path="res://res/ui/ui_029_multi_indetification/tuceng391.png" id="1_sv2m1"]
|
|
[ext_resource type="Script" path="res://scene/multi_indetification_choice.gd" id="2_88ypc"]
|
|
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="3_1cwif"]
|
|
|
|
[node name="multi_indetification_choice" type="NinePatchRect"]
|
|
custom_minimum_size = Vector2(0, 68)
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
size_flags_horizontal = 3
|
|
texture = ExtResource("1_sv2m1")
|
|
patch_margin_left = 159
|
|
patch_margin_top = 13
|
|
patch_margin_right = 157
|
|
patch_margin_bottom = 14
|
|
script = ExtResource("2_88ypc")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "选项一"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="ToolButton" parent="." instance=ExtResource("3_1cwif")]
|
|
layout_mode = 1
|
|
|
|
[connection signal="pressed" from="ToolButton" to="." method="_on_tool_button_pressed"]
|