2025-06-18 08:03:19 +00:00
|
|
|
[gd_scene load_steps=7 format=3 uid="uid://bxpexbk7f3rax"]
|
2025-05-13 11:45:33 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://chap3ifmyg20c" path="res://scene/ground/script/c02/敲门游戏.gd" id="1_dnsvv"]
|
2025-06-18 13:48:59 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dw8dprxhvas85" path="res://asset/audio/sfx/交互/第一章/sfx_敲门2.wav" id="2_hgfqc"]
|
2025-05-29 06:14:02 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dkvuc5llqax6d" path="res://asset/art/scene/c02/s03_公寓一楼院子/肉铺门板.png" id="3_n5c57"]
|
2025-06-18 13:48:59 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://7of24bqow07e" path="res://asset/audio/sfx/交互/第一章/sfx_敲门1.wav" id="3_ue6qj"]
|
2025-06-18 08:03:19 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://sjanwwtxggtq" path="res://asset/audio/effect/impact/impactWood_medium_002.ogg" id="4_hgfqc"]
|
2025-06-18 13:48:59 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://b1kaqn1ewg2ly" path="res://asset/audio/sfx/交互/第一章/sfx_肉落下.wav" id="5_t58cl"]
|
2025-05-13 11:45:33 +00:00
|
|
|
|
|
|
|
[node name="敲门游戏" type="CanvasLayer"]
|
|
|
|
script = ExtResource("1_dnsvv")
|
|
|
|
|
2025-06-18 08:03:19 +00:00
|
|
|
[node name="KnockHeavy" type="AudioStreamPlayer" parent="."]
|
2025-06-18 13:48:59 +00:00
|
|
|
stream = ExtResource("2_hgfqc")
|
2025-06-18 08:03:19 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
|
|
|
|
[node name="KnockLight" type="AudioStreamPlayer" parent="."]
|
2025-06-18 13:48:59 +00:00
|
|
|
stream = ExtResource("3_ue6qj")
|
2025-06-18 08:03:19 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
|
|
|
|
[node name="KnockWrong" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource("4_hgfqc")
|
2025-05-21 20:16:27 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
|
2025-06-11 05:43:36 +00:00
|
|
|
[node name="DropMeat" type="AudioStreamPlayer" parent="."]
|
2025-06-18 13:48:59 +00:00
|
|
|
stream = ExtResource("5_t58cl")
|
2025-06-11 05:43:36 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
|
2025-05-21 20:16:27 +00:00
|
|
|
[node name="TextureButton" type="TextureButton" parent="."]
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2025-05-13 11:45:33 +00:00
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2025-05-21 20:16:27 +00:00
|
|
|
texture_normal = ExtResource("3_n5c57")
|
|
|
|
stretch_mode = 6
|