challenge-editor/scene/character_select_card.tscn
2024-09-20 17:31:23 +08:00

130 lines
4.1 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://w3ihtvt8qcoc"]
[ext_resource type="Texture2D" uid="uid://5tl46hgyvw0n" path="res://res/ui/ui_004_character_bag/tuceng71.png" id="1_fqxfe"]
[ext_resource type="Script" path="res://scene/character_select_card.gd" id="2_4knig"]
[ext_resource type="Texture2D" uid="uid://b2wy134i3get4" path="res://res/ui/ui_004_character_bag/tuceng66.png" id="2_fl5n3"]
[ext_resource type="Texture2D" uid="uid://li8e5ntlgcpg" path="res://res/ui/ui_003_select/test.png" id="3_3xmvr"]
[ext_resource type="Texture2D" uid="uid://ckbu37n5w8de8" path="res://res/ui/ui_004_character_bag/tuceng3.png" id="4_7ln4i"]
[ext_resource type="Texture2D" uid="uid://d3meg8ge874u8" path="res://res/ui/ui_004_character_bag/tuceng67.png" id="5_8s615"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="6_ju3ox"]
[ext_resource type="Texture2D" uid="uid://8k7vqfjdvba6" path="res://res/ui/ui_017_character_select/mmask.png" id="6_s7boh"]
[node name="character_select_card" type="TextureRect"]
custom_minimum_size = Vector2(247.5, 441.205)
anchors_preset = -1
anchor_right = 0.143229
anchor_bottom = 0.446412
size_flags_horizontal = 0
size_flags_vertical = 0
texture = ExtResource("1_fqxfe")
expand_mode = 1
script = ExtResource("2_4knig")
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.865455
anchor_bottom = 0.891949
texture = ExtResource("2_fl5n3")
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("3_3xmvr")
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("4_7ln4i")
metadata/_edit_use_anchors_ = true
[node name="select_texture" type="TextureRect" parent="mask/TextureRect"]
unique_name_in_owner = true
visible = false
layout_mode = 0
anchor_right = 0.985438
anchor_bottom = 0.572813
offset_right = -163.0
offset_bottom = -196.0
texture = ExtResource("6_s7boh")
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_8s615")
[node name="TextureRect2" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_8s615")
[node name="TextureRect3" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_8s615")
[node name="TextureRect4" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_8s615")
[node name="TextureRect5" type="TextureRect" parent="mask/HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("5_8s615")
[node name="ToolButton" parent="mask" instance=ExtResource("6_ju3ox")]
layout_mode = 1
[node name="n" type="Label" parent="mask"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -29.0
offset_top = -9.0
offset_right = 35.0
offset_bottom = 14.0
grow_horizontal = 2
grow_vertical = 0
text = "角色名字"
horizontal_alignment = 1
[connection signal="pressed" from="mask/ToolButton" to="." method="_on_tool_button_pressed"]