28 lines
1022 B
Plaintext
28 lines
1022 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dh00ritpv7tru"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bt8qfu8dsd5n2" path="res://res/ui/ui_006_special_ability/tuceng143.png" id="1_s6y2q"]
|
|
[ext_resource type="Script" path="res://scene/ability_button.gd" id="2_owp7v"]
|
|
|
|
[node name="btn" type="Button"]
|
|
custom_minimum_size = Vector2(230, 58)
|
|
anchors_preset = -1
|
|
anchor_right = 0.119792
|
|
anchor_bottom = 0.0537037
|
|
tooltip_text = "kkkkkk"
|
|
focus_mode = 0
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 4
|
|
theme_override_font_sizes/font_size = 22
|
|
text = "名字"
|
|
icon = ExtResource("1_s6y2q")
|
|
flat = true
|
|
icon_alignment = 1
|
|
expand_icon = true
|
|
script = ExtResource("2_owp7v")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[connection signal="button_down" from="." to="." method="_on_button_down"]
|
|
[connection signal="button_up" from="." to="." method="_on_button_up"]
|
|
[connection signal="pressed" from="." to="." method="_on_pressed"]
|