27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 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://c7k1gohcfiyg3" path="res://asset/audio/sfx/UI/开门.mp3" id="2_n5c57"]
|
|
[ext_resource type="AudioStream" uid="uid://cteavkjc7tn22" path="res://asset/audio/effect/action/dropLeather.ogg" id="3_i2er5"]
|
|
[ext_resource type="Texture2D" uid="uid://dkvuc5llqax6d" path="res://asset/art/scene/c02/s03_公寓一楼院子/肉铺门板.png" id="3_n5c57"]
|
|
|
|
[node name="敲门游戏" type="CanvasLayer"]
|
|
script = ExtResource("1_dnsvv")
|
|
|
|
[node name="Knock" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_n5c57")
|
|
bus = &"game_sfx"
|
|
|
|
[node name="DropMeat" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("3_i2er5")
|
|
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
|