challenge-editor/scene/single_identification_card.tscn

73 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-10-05 20:51:00 +08:00
[gd_scene load_steps=6 format=3 uid="uid://2n4wq8llgbib"]
2024-09-14 17:36:48 +08:00
2024-10-05 20:51:00 +08:00
[ext_resource type="Script" path="res://scene/single_identification_card.gd" id="2_3m1f0"]
2024-09-14 17:36:48 +08:00
[ext_resource type="Texture2D" uid="uid://cyjyr3dhwamnb" path="res://res/ui/ui_019_game_flow/tuceng290.png" id="2_w8rjq"]
[ext_resource type="Texture2D" uid="uid://cq76812dkr2tr" path="res://res/ui/ui_019_game_flow/tuceng289.png" id="3_t4jhx"]
[ext_resource type="Texture2D" uid="uid://li8e5ntlgcpg" path="res://res/ui/ui_003_select/test.png" id="4_itkp3"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="5_v2p7s"]
[node name="single_identification_card" type="TextureRect"]
custom_minimum_size = Vector2(189, 312)
offset_right = 189.0
offset_bottom = 312.0
size_flags_horizontal = 0
size_flags_vertical = 8
texture = ExtResource("2_w8rjq")
expand_mode = 5
2024-10-05 20:51:00 +08:00
script = ExtResource("2_3m1f0")
[node name="TextureRect" type="TextureRect" parent="."]
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_t4jhx")
expand_mode = 1
2024-09-14 17:36:48 +08:00
[node name="TextureRect2" type="TextureRect" parent="."]
show_behind_parent = true
clip_children = 1
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("3_t4jhx")
expand_mode = 1
2024-10-05 20:51:00 +08:00
[node name="face" type="TextureRect" parent="TextureRect2"]
unique_name_in_owner = true
2024-09-14 17:36:48 +08:00
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("4_itkp3")
expand_mode = 1
2024-10-05 20:51:00 +08:00
stretch_mode = 5
2024-09-14 17:36:48 +08:00
2024-10-05 20:51:00 +08:00
[node name="name" type="Label" parent="."]
unique_name_in_owner = true
2024-09-14 17:36:48 +08:00
layout_mode = 0
anchor_left = 0.031746
anchor_top = 0.897436
anchor_right = 0.957672
anchor_bottom = 0.99359
offset_left = -3.68254
offset_right = -3.68253
text = "卡名字"
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[node name="ToolButton" parent="." instance=ExtResource("5_v2p7s")]
layout_mode = 1
[connection signal="pressed" from="ToolButton" to="." method="_on_tool_button_pressed"]