challenge-editor/scene/new_scene/select_button.tscn
2024-12-02 21:42:43 +08:00

50 lines
1.8 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://c5twwrnkwtd8k"]
[ext_resource type="Texture2D" uid="uid://bukp3yygtkeve" path="res://res/ui/new_ui_002_select/剧本未选中框@1x@1x.png" id="1_ycpac"]
[ext_resource type="Texture2D" uid="uid://8kfks15r3swj" path="res://res/ui/new_ui_002_select/剧本选中框@1x@1x.png" id="2_en1m1"]
[ext_resource type="Texture2D" uid="uid://d1lmdrvb66njt" path="res://res/ui/new_ui_002_select/剧本未解锁框@1x@1x.png" id="3_lhvsk"]
[ext_resource type="Script" path="res://scene/new_scene/select_button.gd" id="4_k4ppq"]
[ext_resource type="Texture2D" uid="uid://dt8mihvh7jyos" path="res://res/ui/new_ui_002_select/新解锁点@1x@1x.png" id="5_me0ay"]
[node name="TextureButton" type="TextureButton"]
offset_right = 40.0
offset_bottom = 40.0
size_flags_horizontal = 3
texture_normal = ExtResource("1_ycpac")
texture_pressed = ExtResource("2_en1m1")
texture_disabled = ExtResource("3_lhvsk")
texture_focused = ExtResource("2_en1m1")
script = ExtResource("4_k4ppq")
[node name="Label" type="Label" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.099359
anchor_top = 0.176101
anchor_right = 0.891026
anchor_bottom = 0.779874
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0.980392, 0.980392, 0.980392, 1)
theme_override_font_sizes/font_size = 24
text = "历史类剧情"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -68.0
offset_top = 12.0
offset_right = -12.0
offset_bottom = 68.0
grow_horizontal = 0
mouse_filter = 2
texture = ExtResource("5_me0ay")
[connection signal="focus_entered" from="." to="." method="_on_focus_entered"]
[connection signal="focus_exited" from="." to="." method="_on_focus_exited"]