challenge-editor/scene/character_bag_card.tscn
2024-09-12 21:55:55 +08:00

117 lines
3.5 KiB
Plaintext

[gd_scene load_steps=7 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"]
[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="."]
clip_contents = true
layout_mode = 1
anchors_preset = -1
anchor_left = 0.116364
anchor_top = 0.0741525
anchor_right = 0.865455
anchor_bottom = 0.891949
texture = ExtResource("4_5677t")
stretch_mode = 5
metadata/_edit_use_anchors_ = true
[node name="texture_face" type="TextureRect" parent="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="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="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="Button" type="Button" parent="mask"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
focus_mode = 0
flat = true
[node name="n" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 0
anchor_left = 0.327273
anchor_top = 0.894068
anchor_right = 0.665455
anchor_bottom = 0.942797
text = "角色名字"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[connection signal="pressed" from="mask/Button" to="." method="_on_button_pressed"]