challenge-editor/scene/ability_to_cards_side_card.tscn
2024-10-10 18:09:32 +08:00

41 lines
1.4 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://cbyrnlb63voun"]
[ext_resource type="Texture2D" uid="uid://xn13ffpmvk2k" path="res://res/ui/ui_022_ability_to_cards/tuceng321.png" id="1_gx4gn"]
[ext_resource type="Script" path="res://scene/ability_to_cards_side_card.gd" id="2_rdhvi"]
[ext_resource type="Texture2D" uid="uid://ca28omw2a01lq" path="res://res/ui/ui_022_ability_to_cards/juxing688.png" id="2_s5wdp"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="3_k75v4"]
[node name="ability_to_cards_side_card" type="TextureRect"]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_gx4gn")
script = ExtResource("2_rdhvi")
[node name="selected" type="TextureRect" parent="."]
unique_name_in_owner = true
layout_mode = 0
anchor_left = 0.0355872
anchor_top = 0.197674
anchor_right = 0.119217
anchor_bottom = 0.755814
texture = ExtResource("2_s5wdp")
expand_mode = 1
stretch_mode = 5
metadata/_edit_use_anchors_ = true
[node name="Label" type="Label" parent="."]
layout_mode = 0
anchor_left = 0.153025
anchor_right = 0.882562
anchor_bottom = 1.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 29
text = "卡牌名称"
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[node name="click" parent="." instance=ExtResource("3_k75v4")]
layout_mode = 1
[connection signal="pressed" from="click" to="." method="_on_click_pressed"]