xiandie/scene/little_game/拼凑信件.tscn

142 lines
3.9 KiB
Plaintext
Raw Normal View History

2025-02-10 10:59:19 +00:00
[gd_scene load_steps=10 format=3 uid="uid://bp3tkos1ufjcl"]
[ext_resource type="Script" uid="uid://b1t12jgy6whsc" path="res://scene/little_game/拼凑信件.gd" id="1_cifku"]
2025-02-10 10:59:19 +00:00
[ext_resource type="Texture2D" uid="uid://c2y4mpkygrmaf" path="res://asset/art/little_game/拼凑信件/桌面.png" id="2_0fxwt"]
2025-04-20 13:35:13 +00:00
[ext_resource type="AudioStream" uid="uid://cxs1p014bq3bn" path="res://asset/audio/sfx/交互/序章/04_书店内_旋转信纸.wav" id="3_eph5y"]
2025-06-18 13:48:59 +00:00
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="3_ifhby"]
2025-02-10 10:59:19 +00:00
[ext_resource type="Texture2D" uid="uid://duxdnw1uhlpm5" path="res://asset/art/little_game/拼凑信件/信件碎片.png" id="3_mjf3s"]
[sub_resource type="AtlasTexture" id="AtlasTexture_4e0jv"]
2025-02-10 10:59:19 +00:00
atlas = ExtResource("3_mjf3s")
region = Rect2(140, 8, 152, 152)
[sub_resource type="AtlasTexture" id="AtlasTexture_qxu7b"]
2025-02-10 10:59:19 +00:00
atlas = ExtResource("3_mjf3s")
region = Rect2(280, 9, 152, 152)
margin = Rect2(0, 3, 0, 3)
[sub_resource type="AtlasTexture" id="AtlasTexture_mbck6"]
2025-02-10 10:59:19 +00:00
atlas = ExtResource("3_mjf3s")
region = Rect2(140, 180, 152, 152)
margin = Rect2(8, 12, 8, 12)
[sub_resource type="AtlasTexture" id="AtlasTexture_5dpsb"]
2025-02-10 10:59:19 +00:00
atlas = ExtResource("3_mjf3s")
region = Rect2(280, 200, 152, 152)
[node name="拼凑信件" type="CanvasLayer"]
layer = 5
script = ExtResource("1_cifku")
[node name="SfxMove" type="AudioStreamPlayer" parent="."]
2025-04-20 13:35:13 +00:00
stream = ExtResource("3_eph5y")
bus = &"game_sfx"
script = ExtResource("3_ifhby")
2025-02-10 10:59:19 +00:00
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="BGTexture" type="TextureRect" parent="Control"]
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
2025-02-10 10:59:19 +00:00
texture = ExtResource("2_0fxwt")
2025-02-10 10:59:19 +00:00
[node name="PartsContainer" type="Control" parent="Control"]
unique_name_in_owner = true
2025-02-10 10:59:19 +00:00
anchors_preset = 0
offset_left = 170.0
offset_top = 57.0
offset_right = 170.0
offset_bottom = 57.0
scale = Vector2(0.8, 0.8)
mouse_filter = 2
2025-02-10 10:59:19 +00:00
[node name="Whole" type="Control" parent="Control"]
unique_name_in_owner = true
2025-02-10 10:59:19 +00:00
anchors_preset = 0
offset_left = 242.0
offset_top = 76.0
offset_right = 282.0
offset_bottom = 116.0
scale = Vector2(0.8, 0.8)
mouse_filter = 2
[node name="0" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
2025-02-10 10:59:19 +00:00
offset_left = -57.5
offset_top = -27.5
offset_right = 94.5
offset_bottom = 124.5
grow_horizontal = 2
grow_vertical = 2
texture_normal = SubResource("AtlasTexture_4e0jv")
2025-02-10 10:59:19 +00:00
[node name="1" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
offset_left = -13.75
2025-02-10 10:59:19 +00:00
offset_top = -26.25
offset_right = 138.25
2025-02-10 10:59:19 +00:00
offset_bottom = 128.75
grow_horizontal = 2
grow_vertical = 2
texture_normal = SubResource("AtlasTexture_qxu7b")
2025-02-10 10:59:19 +00:00
[node name="2" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
offset_left = -71.25
offset_top = 37.5
offset_right = 88.75
offset_bottom = 201.5
2025-02-10 10:59:19 +00:00
grow_horizontal = 2
grow_vertical = 2
texture_normal = SubResource("AtlasTexture_mbck6")
2025-02-10 10:59:19 +00:00
[node name="3" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
2025-02-10 10:59:19 +00:00
offset_left = -20.0
offset_top = 72.5
offset_right = 132.0
offset_bottom = 224.5
grow_horizontal = 2
grow_vertical = 2
texture_normal = SubResource("AtlasTexture_5dpsb")
2025-02-10 10:59:19 +00:00
[node name="Content" type="ColorRect" parent="Control"]
unique_name_in_owner = true
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
color = Color(0, 0, 0, 0.682353)
[node name="Label" type="Label" parent="Control/Content"]
unique_name_in_owner = true
custom_minimum_size = Vector2(100, 0)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -7.5
offset_right = 20.0
offset_bottom = 7.5
grow_horizontal = 2
grow_vertical = 2
text = "Content"