46 lines
1.5 KiB
Plaintext
46 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dfhx4088ydrme"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://13g8uityud7a" path="res://res/ui/ui_008_bag/tuceng159.png" id="1_ep34g"]
|
|
[ext_resource type="Texture2D" uid="uid://li8e5ntlgcpg" path="res://res/ui/ui_003_select/test.png" id="2_4o4bp"]
|
|
[ext_resource type="Script" path="res://scene/bag_side_card.gd" id="2_frdwk"]
|
|
[ext_resource type="Texture2D" uid="uid://buq2xt621xilr" path="res://res/ui/ui_008_bag/tuceng160.png" id="3_if27l"]
|
|
|
|
[node name="bag_side_card" type="TextureRect"]
|
|
offset_right = 114.0
|
|
offset_bottom = 190.0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("1_ep34g")
|
|
script = ExtResource("2_frdwk")
|
|
|
|
[node name="face" type="TextureRect" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.0263158
|
|
anchor_top = 0.0210526
|
|
anchor_right = 0.964912
|
|
anchor_bottom = 0.978947
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_4o4bp")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="front" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_top = 0.0210526
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.668421
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_if27l")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
|
|
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]
|