33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://f8es7wgtg8kt"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bcnknmt4yx5r2" path="res://res/ui/new_ui_003_select_character/未选择状态按钮@1x@1x.png" id="1_7s0ue"]
|
|
[ext_resource type="Texture2D" uid="uid://dqrtc3i0618dq" path="res://res/ui/new_ui_003_select_character/选中状态按钮@1x@1x.png" id="2_1q7ut"]
|
|
[ext_resource type="Script" path="res://scene/new_scene/select_character_button.gd" id="3_djs5b"]
|
|
|
|
[node name="TextureButton" type="TextureButton"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture_normal = ExtResource("1_7s0ue")
|
|
texture_pressed = ExtResource("2_1q7ut")
|
|
texture_focused = ExtResource("2_1q7ut")
|
|
script = ExtResource("3_djs5b")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.0614035
|
|
anchor_top = 0.103448
|
|
anchor_right = 0.929825
|
|
anchor_bottom = 0.827586
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_colors/font_color = Color(0.290196, 0.133333, 0.0235294, 1)
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "基本"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[connection signal="focus_entered" from="." to="." method="_on_focus_entered"]
|
|
[connection signal="focus_exited" from="." to="." method="_on_focus_exited"]
|