challenge-editor/scene/skill_config_card_up.tscn
2024-09-30 18:06:45 +08:00

50 lines
1.6 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://cg3ahgbl85d65"]
[ext_resource type="Texture2D" uid="uid://c7ayf2vovekm6" path="res://res/ui/ui_009_skill_config/juxing522.png" id="1_egy6w"]
[ext_resource type="Script" path="res://scene/skill_config_card_up.gd" id="2_usnbp"]
[ext_resource type="Texture2D" uid="uid://dua40uesoxqlb" path="res://res/ui/ui_009_skill_config/tuceng299.png" id="2_ykdl0"]
[ext_resource type="Texture2D" uid="uid://li8e5ntlgcpg" path="res://res/ui/ui_003_select/test.png" id="3_6l4j1"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="5_jq85w"]
[node name="skill_config_card_up" type="TextureRect"]
custom_minimum_size = Vector2(178, 238)
offset_right = 40.0
offset_bottom = 40.0
size_flags_horizontal = 0
size_flags_vertical = 0
texture = ExtResource("1_egy6w")
expand_mode = 1
stretch_mode = 5
script = ExtResource("2_usnbp")
[node name="TextureRect" type="TextureRect" parent="."]
show_behind_parent = true
clip_children = 2
clip_contents = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_ykdl0")
expand_mode = 1
stretch_mode = 5
[node name="face" type="TextureRect" parent="TextureRect"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_6l4j1")
expand_mode = 1
stretch_mode = 5
[node name="ToolButton" parent="." instance=ExtResource("5_jq85w")]
layout_mode = 1
[connection signal="pressed" from="ToolButton" to="." method="_on_tool_button_pressed"]