22 lines
819 B
Plaintext
22 lines
819 B
Plaintext
[gd_scene load_steps=4 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="Texture2D" uid="uid://dkvuc5llqax6d" path="res://asset/art/scene/c02/肉铺门板.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="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
|