challenge-editor/scene/character_bag_card.tscn
2024-09-26 17:54:02 +08:00

127 lines
4.0 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://dacsn16xvd4dj"]
[ext_resource type="Texture2D" uid="uid://5tl46hgyvw0n" path="res://res/ui/ui_004_character_bag/tuceng71.png" id="1_k4ylg"]
[ext_resource type="Script" path="res://scene/character_bag_card.gd" id="2_47isi"]
[ext_resource type="Texture2D" uid="uid://li8e5ntlgcpg" path="res://res/ui/ui_003_select/test.png" id="2_jooco"]
[ext_resource type="Texture2D" uid="uid://ckbu37n5w8de8" path="res://res/ui/ui_004_character_bag/tuceng3.png" id="3_b4wi7"]
[ext_resource type="Texture2D" uid="uid://b2wy134i3get4" path="res://res/ui/ui_004_character_bag/tuceng66.png" id="4_5677t"]
[ext_resource type="Texture2D" uid="uid://d3meg8ge874u8" path="res://res/ui/ui_004_character_bag/tuceng67.png" id="5_ahpsw"]
[ext_resource type="Texture2D" uid="uid://bupgbmnm0chtk" path="res://res/ui/ui_004_character_bag/tuceng66mask.png" id="5_vli6j"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="7_emrhq"]
[node name="TextureRect" type="TextureRect"]
anchors_preset = -1
anchor_right = 0.143229
anchor_bottom = 0.437037
size_flags_horizontal = 0
texture = ExtResource("1_k4ylg")
script = ExtResource("2_47isi")
metadata/_edit_use_anchors_ = true
[node name="mask" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.116364
anchor_top = 0.0741525
anchor_right = 0.865
anchor_bottom = 0.908
offset_right = 0.125107
offset_bottom = -7.57608
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("4_5677t")
stretch_mode = 5
[node name="TextureRect" type="TextureRect" parent="mask"]
show_behind_parent = true
layout_mode = 1
anchors_preset = -1
anchor_top = -0.0137157
anchor_right = 1.0
anchor_bottom = 1.01372
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_b4wi7")
metadata/_edit_use_anchors_ = true
[node name="mask" type="TextureRect" parent="mask"]
show_behind_parent = true
clip_children = 1
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("5_vli6j")
expand_mode = 1
[node name="texture_face" type="TextureRect" parent="mask/mask"]
unique_name_in_owner = true
show_behind_parent = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_jooco")
expand_mode = 1
stretch_mode = 6
[node name="HBoxContainer" type="HBoxContainer" parent="mask"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.0533981
anchor_top = 0.888601
anchor_right = 0.932039
anchor_bottom = 0.979275
metadata/_edit_use_anchors_ = true
[node name="HBoxContainer" type="HBoxContainer" parent="mask/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 6
[node name="TextureRect" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_ahpsw")
[node name="TextureRect2" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_ahpsw")
[node name="TextureRect3" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_ahpsw")
[node name="TextureRect4" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_ahpsw")
[node name="TextureRect5" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_ahpsw")
[node name="ToolButton" parent="mask" instance=ExtResource("7_emrhq")]
layout_mode = 1
[node name="n" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = -1
anchor_left = 0.116364
anchor_top = 0.894068
anchor_right = 0.865455
anchor_bottom = 0.942797
text = "角色名字"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[connection signal="pressed" from="mask/ToolButton" to="." method="_on_button_pressed"]