xiandie/scene/ground/script/c02/敲门游戏.tscn

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-06-11 05:43:36 +00:00
[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"]
2025-06-17 09:25:21 +00:00
[ext_resource type="AudioStream" uid="uid://c7k1gohcfiyg3" path="res://asset/audio/sfx/UI/开门.mp3" id="2_n5c57"]
2025-06-11 05:43:36 +00:00
[ext_resource type="AudioStream" uid="uid://cteavkjc7tn22" path="res://asset/audio/effect/action/dropLeather.ogg" id="3_i2er5"]
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"]
[node name="敲门游戏" type="CanvasLayer"]
script = ExtResource("1_dnsvv")
2025-05-21 20:16:27 +00:00
[node name="Knock" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_n5c57")
bus = &"game_sfx"
2025-06-11 05:43:36 +00:00
[node name="DropMeat" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_i2er5")
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
grow_horizontal = 2
grow_vertical = 2
2025-05-21 20:16:27 +00:00
texture_normal = ExtResource("3_n5c57")
stretch_mode = 6