xiandie/scene/gallery/gallery_item.tscn

49 lines
1.3 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=3 uid="uid://du6jt6ae5ulvy"]
[ext_resource type="Script" uid="uid://bk8ton7q8i6hb" path="res://scene/gallery/gallery_item.gd" id="1_2q576"]
[ext_resource type="Theme" uid="uid://ro8r1wa1bvua" path="res://config/gallery_theme.tres" id="1_wb2ol"]
[node name="GalleryItem" type="Button"]
clip_children = 2
clip_contents = true
custom_minimum_size = Vector2(114, 80)
offset_right = 114.0
offset_bottom = 80.0
theme = ExtResource("1_wb2ol")
script = ExtResource("1_2q576")
[node name="BoxContainer" type="VBoxContainer" parent="."]
custom_minimum_size = Vector2(112, 63)
layout_mode = 2
offset_left = 1.0
offset_top = 1.0
offset_right = 113.0
offset_bottom = 79.0
[node name="ScenePanel" type="Control" parent="BoxContainer"]
unique_name_in_owner = true
clip_children = 1
clip_contents = true
custom_minimum_size = Vector2(112, 63)
layout_mode = 2
mouse_filter = 1
[node name="Title" type="Label" parent="BoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
[node name="DisplayLayer" type="CanvasLayer" parent="BoxContainer"]
unique_name_in_owner = true
layer = 23
[node name="ControlMask" type="Control" parent="BoxContainer/DisplayLayer"]
unique_name_in_owner = true
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2