xiandie/scene/gallery/gallery_item.tscn

57 lines
1.6 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=3 uid="uid://du6jt6ae5ulvy"]
2025-06-24 11:42:39 +00:00
[ext_resource type="Theme" uid="uid://ro8r1wa1bvua" path="res://config/gallery_item_theme.tres" id="1_2f468"]
[ext_resource type="Script" uid="uid://bk8ton7q8i6hb" path="res://scene/gallery/gallery_item.gd" id="1_2q576"]
[ext_resource type="Texture2D" uid="uid://cbql1i4hblmt1" path="res://asset/art/ui/prop/特写通用遮罩.png" id="3_wb2ol"]
[node name="GalleryItem" type="PanelContainer"]
2025-06-24 11:42:39 +00:00
offset_right = 75.0
offset_bottom = 46.0
mouse_filter = 1
theme = ExtResource("1_2f468")
script = ExtResource("1_2q576")
[node name="VBox" type="VBoxContainer" parent="."]
layout_mode = 2
2025-06-24 11:42:39 +00:00
theme_override_constants/separation = 0
[node name="SceneButton" type="Button" parent="VBox"]
unique_name_in_owner = true
2025-06-24 11:42:39 +00:00
custom_minimum_size = Vector2(75.5, 37)
layout_mode = 2
[node name="SceneHolder" type="Control" parent="VBox/SceneButton"]
unique_name_in_owner = true
show_behind_parent = true
clip_children = 1
clip_contents = true
2025-06-24 11:42:39 +00:00
custom_minimum_size = Vector2(70.5, 30)
anchors_preset = 0
2025-06-24 11:42:39 +00:00
offset_left = 2.5
offset_top = 2.5
offset_right = 73.0
offset_bottom = 32.5
mouse_filter = 2
[node name="Title" type="Label" parent="VBox"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
[node name="DisplayLayer" type="CanvasLayer" parent="VBox"]
unique_name_in_owner = true
layer = 23
[node name="ControlMask" type="TextureRect" parent="VBox/DisplayLayer"]
unique_name_in_owner = true
visible = false
z_index = 200
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_wb2ol")
expand_mode = 3
stretch_mode = 5