xiandie/scene/ground/script/c03/s04_closeup李氏纸人.tscn

179 lines
6.4 KiB
Plaintext

[gd_scene load_steps=21 format=3 uid="uid://t61o0vpm0e11"]
[ext_resource type="Script" uid="uid://dvjh42hafpmg3" path="res://scene/ground/script/c03/s04_closeup李氏纸人.gd" id="1_nmxob"]
[ext_resource type="Texture2D" uid="uid://cbql1i4hblmt1" path="res://asset/art/ui/遮罩/inspect特写通用遮罩.png" id="2_3rwht"]
[ext_resource type="Texture2D" uid="uid://d2guuthhg87pb" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/背景.png" id="2_on24v"]
[ext_resource type="Texture2D" uid="uid://cjc8ce4n5p3ct" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/人.png" id="3_qqxug"]
[ext_resource type="AudioStream" uid="uid://has5y3j2yyp7" path="res://asset/audio/sfx/UI/纸条包裹钥匙.ogg" id="4_dwx4w"]
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="4_vcv6g"]
[ext_resource type="Texture2D" uid="uid://bt2q4bbbai78d" path="res://asset/art/prop/c03/胖子的钥匙.png" id="5_ncmgt"]
[ext_resource type="Texture2D" uid="uid://dkkc1cus5p3td" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/拿东西.png" id="5_vcv6g"]
[ext_resource type="AudioStream" uid="uid://bb6xofiqjvid8" path="res://asset/audio/sfx/UI/关闭报纸.ogg" id="6_40v3c"]
[ext_resource type="Texture2D" uid="uid://wch8wpokpwy" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/要东西.png" id="6_qqxug"]
[ext_resource type="AudioStream" uid="uid://c3qonrtdjnmau" path="res://asset/audio/sfx/UI/纸声.ogg" id="7_lqbuh"]
[ext_resource type="Texture2D" uid="uid://g2jlyvf718h" path="res://asset/art/prop/c03/纸铜钱1.png" id="7_vcv6g"]
[ext_resource type="AudioStream" uid="uid://dph8v3v5mq1xl" path="res://asset/audio/sfx/交互/sfx_交互失败.ogg" id="8_3m4i6"]
[ext_resource type="Texture2D" uid="uid://sreapb4mhlu8" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/断舌头.png" id="10_ncmgt"]
[ext_resource type="Texture2D" uid="uid://dyaknn88pri7g" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/断舌头涂胶水.png" id="11_klpdo"]
[ext_resource type="Texture2D" uid="uid://cquvr5fjd3vlu" path="res://asset/art/scene/c03/s04_李癞房间/李氏特写/胶水(合并).png" id="12_022we"]
[sub_resource type="Animation" id="Animation_2nb82"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("给纸钱的手:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(425, 379)]
}
tracks/1/type = "value"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath("给钥匙的手:position")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(126, 405)]
}
[sub_resource type="Animation" id="Animation_022we"]
resource_name = "give_coin"
length = 2.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("给纸钱的手:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 1),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector2(425, 379), Vector2(423, 247)]
}
[sub_resource type="Animation" id="Animation_klpdo"]
resource_name = "give_key"
length = 2.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("给钥匙的手:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 1),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector2(126, 405), Vector2(103, 212)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_dwx4w"]
_data = {
&"RESET": SubResource("Animation_2nb82"),
&"give_coin": SubResource("Animation_022we"),
&"give_key": SubResource("Animation_klpdo")
}
[node name="Closeup李氏纸人" type="CanvasLayer"]
script = ExtResource("1_nmxob")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_dwx4w")
}
[node name="BG" type="TextureRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 0
texture = ExtResource("2_on24v")
[node name="纸人" type="TextureRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_qqxug")
stretch_mode = 5
[node name="Sfx使用浆糊" type="AudioStreamPlayer" parent="."]
stream = ExtResource("4_dwx4w")
bus = &"game_sfx"
script = ExtResource("4_vcv6g")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="Sfx使用纸舌头" type="AudioStreamPlayer" parent="."]
stream = ExtResource("6_40v3c")
bus = &"game_sfx"
script = ExtResource("4_vcv6g")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="Sfx使用药包" type="AudioStreamPlayer" parent="."]
stream = ExtResource("7_lqbuh")
bus = &"game_sfx"
script = ExtResource("4_vcv6g")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="SfxInvalid" type="AudioStreamPlayer" parent="."]
stream = ExtResource("8_3m4i6")
bus = &"game_sfx"
script = ExtResource("4_vcv6g")
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
[node name="给钥匙的手" type="Sprite2D" parent="."]
position = Vector2(126, 405)
texture = ExtResource("5_vcv6g")
[node name="钥匙" type="Sprite2D" parent="给钥匙的手"]
position = Vector2(12, -2)
rotation = -2.12894
scale = Vector2(0.5, 0.5)
skew = 0.0698132
texture = ExtResource("5_ncmgt")
[node name="给纸钱的手" type="Sprite2D" parent="."]
position = Vector2(425, 379)
texture = ExtResource("6_qqxug")
[node name="纸钱" type="Sprite2D" parent="给纸钱的手"]
position = Vector2(-16, -11)
scale = Vector2(0.5, 0.5)
skew = 0.136136
texture = ExtResource("7_vcv6g")
[node name="断舌头" type="Sprite2D" parent="."]
position = Vector2(280, 175)
texture = ExtResource("10_ncmgt")
[node name="断舌头涂胶水" type="Sprite2D" parent="."]
visible = false
position = Vector2(280, 175.5)
texture = ExtResource("11_klpdo")
[node name="断舌头粘完整" type="Sprite2D" parent="."]
visible = false
position = Vector2(280, 202.5)
texture = ExtResource("12_022we")
[node name="遮罩" type="TextureRect" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
texture = ExtResource("2_3rwht")