55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://gfkdh8pqhixn"]
|
|
|
|
[ext_resource type="Script" uid="uid://bt86ajx7nwnk3" path="res://scene/gallery/gallery.gd" id="1_mpm8n"]
|
|
[ext_resource type="AudioStream" uid="uid://dyjifofhdx25w" path="res://asset/audio/sfx/交互/打开背包.wav" id="2_kfxav"]
|
|
[ext_resource type="PackedScene" uid="uid://du6jt6ae5ulvy" path="res://scene/gallery/gallery_item.tscn" id="2_m3ngl"]
|
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="3_cntvv"]
|
|
[ext_resource type="Texture2D" uid="uid://dkvuc5llqax6d" path="res://asset/art/scene/c02/s03_公寓一楼院子/肉铺门板.png" id="3_db1ov"]
|
|
[ext_resource type="PackedScene" uid="uid://ckd26q67hm7j0" path="res://scene/gallery/clips/clip1_偷听.tscn" id="3_ymhcd"]
|
|
|
|
[node name="Gallery" type="CanvasLayer"]
|
|
process_mode = 3
|
|
script = ExtResource("1_mpm8n")
|
|
|
|
[node name="OpenSfx" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_kfxav")
|
|
bus = &"game_sfx"
|
|
script = ExtResource("3_cntvv")
|
|
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
|
|
|
|
[node name="BG" type="TextureRect" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_db1ov")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 50
|
|
theme_override_constants/margin_top = 50
|
|
theme_override_constants/margin_right = 50
|
|
theme_override_constants/margin_bottom = 50
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer"]
|
|
z_index = 10
|
|
layout_mode = 2
|
|
columns = 4
|
|
|
|
[node name="GalleryItem" parent="MarginContainer/GridContainer" instance=ExtResource("2_m3ngl")]
|
|
layout_mode = 2
|
|
packed_scene = ExtResource("3_ymhcd")
|
|
title = "偷听"
|
|
|
|
[node name="GalleryItem2" parent="MarginContainer/GridContainer" instance=ExtResource("2_m3ngl")]
|
|
layout_mode = 2
|
|
packed_scene = ExtResource("3_ymhcd")
|
|
title = "偷听"
|