57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://du6jt6ae5ulvy"]
|
|
|
|
[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"]
|
|
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
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="SceneButton" type="Button" parent="VBox"]
|
|
unique_name_in_owner = true
|
|
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
|
|
custom_minimum_size = Vector2(70.5, 30)
|
|
anchors_preset = 0
|
|
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
|