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

141 lines
3.8 KiB
Plaintext

[gd_scene load_steps=10 format=3 uid="uid://bp3tkos1ufjcl"]
[ext_resource type="Script" path="res://scene/little_game/拼凑信件.gd" id="1_cifku"]
[ext_resource type="Texture2D" uid="uid://c2y4mpkygrmaf" path="res://asset/art/little_game/拼凑信件/桌面.png" id="2_0fxwt"]
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/general/sfx.tscn" id="2_yetjt"]
[ext_resource type="AudioStream" uid="uid://byjcmxy5crce5" path="res://asset/audio/sfx/ui/纸条.mp3" id="3_0asyu"]
[ext_resource type="Texture2D" uid="uid://duxdnw1uhlpm5" path="res://asset/art/little_game/拼凑信件/信件碎片.png" id="3_mjf3s"]
[sub_resource type="AtlasTexture" id="AtlasTexture_4e0jv"]
atlas = ExtResource("3_mjf3s")
region = Rect2(140, 8, 152, 152)
[sub_resource type="AtlasTexture" id="AtlasTexture_qxu7b"]
atlas = ExtResource("3_mjf3s")
region = Rect2(280, 9, 152, 152)
margin = Rect2(0, 3, 0, 3)
[sub_resource type="AtlasTexture" id="AtlasTexture_mbck6"]
atlas = ExtResource("3_mjf3s")
region = Rect2(140, 180, 152, 152)
margin = Rect2(8, 12, 8, 12)
[sub_resource type="AtlasTexture" id="AtlasTexture_5dpsb"]
atlas = ExtResource("3_mjf3s")
region = Rect2(280, 200, 152, 152)
[node name="拼凑信件" type="CanvasLayer"]
layer = 5
script = ExtResource("1_cifku")
[node name="SfxMove" parent="." instance=ExtResource("2_yetjt")]
stream = ExtResource("3_0asyu")
file = "纸条.mp3"
[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
texture = ExtResource("2_0fxwt")
[node name="PartsContainer" type="Control" parent="Control"]
unique_name_in_owner = true
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
[node name="Whole" type="Control" parent="Control"]
unique_name_in_owner = true
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
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")
[node name="1" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
offset_left = -12.5
offset_top = -26.25
offset_right = 139.5
offset_bottom = 128.75
grow_horizontal = 2
grow_vertical = 2
texture_normal = SubResource("AtlasTexture_qxu7b")
[node name="2" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
offset_left = -66.25
offset_top = 48.75
offset_right = 93.75
offset_bottom = 212.75
grow_horizontal = 2
grow_vertical = 2
texture_normal = SubResource("AtlasTexture_mbck6")
[node name="3" type="TextureButton" parent="Control/Whole"]
layout_mode = 2
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")
[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"