37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://bxpexbk7f3rax"]
|
|
|
|
[ext_resource type="Script" uid="uid://chap3ifmyg20c" path="res://scene/ground/script/c02/敲门游戏.gd" id="1_dnsvv"]
|
|
[ext_resource type="AudioStream" uid="uid://dw8dprxhvas85" path="res://asset/audio/sfx/交互/sfx_敲门2.wav" id="2_hgfqc"]
|
|
[ext_resource type="Texture2D" uid="uid://dkvuc5llqax6d" path="res://asset/art/scene/c02/s03_公寓一楼院子/肉铺门板.png" id="3_n5c57"]
|
|
[ext_resource type="AudioStream" uid="uid://7of24bqow07e" path="res://asset/audio/sfx/交互/sfx_敲门1.wav" id="3_ue6qj"]
|
|
[ext_resource type="AudioStream" uid="uid://sjanwwtxggtq" path="res://asset/audio/effect/impact/impactWood_medium_002.ogg" id="4_hgfqc"]
|
|
[ext_resource type="AudioStream" uid="uid://b1kaqn1ewg2ly" path="res://asset/audio/sfx/交互/第一章/sfx_肉落下.wav" id="5_t58cl"]
|
|
|
|
[node name="敲门游戏" type="CanvasLayer"]
|
|
script = ExtResource("1_dnsvv")
|
|
|
|
[node name="KnockHeavy" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_hgfqc")
|
|
bus = &"game_sfx"
|
|
|
|
[node name="KnockLight" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("3_ue6qj")
|
|
bus = &"game_sfx"
|
|
|
|
[node name="KnockWrong" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("4_hgfqc")
|
|
bus = &"game_sfx"
|
|
|
|
[node name="DropMeat" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("5_t58cl")
|
|
bus = &"game_sfx"
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture_normal = ExtResource("3_n5c57")
|
|
stretch_mode = 6
|