76 lines
2.3 KiB
Plaintext
76 lines
2.3 KiB
Plaintext
|
[gd_scene load_steps=8 format=3 uid="uid://bp3tkos1ufjcl"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scene/little_game/拼凑信件.gd" id="1_cifku"]
|
||
|
[ext_resource type="Texture2D" uid="uid://dnjrdh1qnpony" path="res://asset/art/little_game/拼凑信件/完整信件.png" id="3_uenrm"]
|
||
|
|
||
|
[sub_resource type="CompressedTexture2D" id="CompressedTexture2D_5u07c"]
|
||
|
load_path = "res://.godot/imported/信件碎片.png-c35bdb7240fb280003e7b3bca88b316c.ctex"
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_4e0jv"]
|
||
|
atlas = SubResource("CompressedTexture2D_5u07c")
|
||
|
region = Rect2(29, 16, 75, 80)
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qxu7b"]
|
||
|
atlas = SubResource("CompressedTexture2D_5u07c")
|
||
|
region = Rect2(104, 16, 72, 80)
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mbck6"]
|
||
|
atlas = SubResource("CompressedTexture2D_5u07c")
|
||
|
region = Rect2(24, 120, 72, 72)
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_5dpsb"]
|
||
|
atlas = SubResource("CompressedTexture2D_5u07c")
|
||
|
region = Rect2(104, 104, 80, 88)
|
||
|
|
||
|
[node name="拼凑信件" type="CanvasLayer"]
|
||
|
layer = 5
|
||
|
script = ExtResource("1_cifku")
|
||
|
|
||
|
[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
|
||
|
|
||
|
[node name="Whole" type="Sprite2D" parent="Control"]
|
||
|
unique_name_in_owner = true
|
||
|
visible = false
|
||
|
position = Vector2(263, 161)
|
||
|
texture = ExtResource("3_uenrm")
|
||
|
|
||
|
[node name="PartsContainer" type="GridContainer" parent="Control"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 0
|
||
|
offset_left = 206.0
|
||
|
offset_top = 72.0
|
||
|
offset_right = 365.0
|
||
|
offset_bottom = 244.0
|
||
|
columns = 2
|
||
|
|
||
|
[node name="0" type="TextureButton" parent="Control/PartsContainer"]
|
||
|
layout_mode = 2
|
||
|
texture_normal = SubResource("AtlasTexture_4e0jv")
|
||
|
|
||
|
[node name="1" type="TextureButton" parent="Control/PartsContainer"]
|
||
|
layout_mode = 2
|
||
|
texture_normal = SubResource("AtlasTexture_qxu7b")
|
||
|
|
||
|
[node name="2" type="TextureButton" parent="Control/PartsContainer"]
|
||
|
layout_mode = 2
|
||
|
texture_normal = SubResource("AtlasTexture_mbck6")
|
||
|
|
||
|
[node name="3" type="TextureButton" parent="Control/PartsContainer"]
|
||
|
layout_mode = 2
|
||
|
texture_normal = SubResource("AtlasTexture_5dpsb")
|