79 lines
2.4 KiB
Plaintext
79 lines
2.4 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://c20vbhv7jcv8n"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b0souut27w2rq" path="res://res/ui/ui_005_basic_message/tuceng100.png" id="1_ilmd5"]
|
|
[ext_resource type="Script" path="res://scene/basic_mes_skin_card.gd" id="2_3k7er"]
|
|
[ext_resource type="Texture2D" uid="uid://bd8ihwl2g1igc" path="res://res/ui/ui_005_basic_message/tuceng101.png" id="2_iqkdj"]
|
|
[ext_resource type="Texture2D" uid="uid://da4mwbefqkahf" path="res://test/texture/tsubaki_1.png" id="3_c88qw"]
|
|
[ext_resource type="Texture2D" uid="uid://baou8kmprfpwt" path="res://res/ui/ui_005_basic_message/tuceng103.png" id="4_yka8x"]
|
|
[ext_resource type="Texture2D" uid="uid://jp6na74ed4yn" path="res://res/ui/ui_005_basic_message/tuceng102.png" id="5_p12ec"]
|
|
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="7_t5h7s"]
|
|
|
|
[node name="basic_mes_skin_card" type="TextureRect"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
focus_mode = 1
|
|
texture = ExtResource("1_ilmd5")
|
|
script = ExtResource("2_3k7er")
|
|
|
|
[node name="back" 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("2_iqkdj")
|
|
|
|
[node name="mask2" type="TextureRect" parent="."]
|
|
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("2_iqkdj")
|
|
|
|
[node name="skin_head" type="TextureRect" parent="mask2"]
|
|
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_c88qw")
|
|
expand_mode = 5
|
|
stretch_mode = 4
|
|
|
|
[node name="mask" type="TextureRect" parent="."]
|
|
show_behind_parent = true
|
|
layout_mode = 0
|
|
anchor_right = 0.987654
|
|
anchor_bottom = 0.990476
|
|
offset_right = -120.0
|
|
offset_bottom = -168.0
|
|
texture = ExtResource("4_yka8x")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="lock" type="TextureRect" parent="."]
|
|
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("5_p12ec")
|
|
expand_mode = 1
|
|
stretch_mode = 3
|
|
|
|
[node name="btn" parent="." instance=ExtResource("7_t5h7s")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
|
|
[connection signal="pressed" from="btn" to="." method="_on_btn_pressed"]
|