xiandie/scene/entity/closeup.tscn

42 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

[gd_scene load_steps=8 format=3 uid="uid://dqkxiqbq83cmq"]
[ext_resource type="Script" uid="uid://bg8q1leel3kx2" path="res://scene/entity/closeup.gd" id="1_tvfr1"]
2025-06-04 11:46:27 +00:00
[ext_resource type="Texture2D" uid="uid://dtyg0nugb2tnf" path="res://asset/art/ui/action_mark/UI探索.png" id="2_dnubm"]
[ext_resource type="Texture2D" uid="uid://bc8sn2v4t1yta" path="res://asset/art/ui/action_mark/UI开锁.png" id="3_dnubm"]
[ext_resource type="Texture2D" uid="uid://gui0ubwlwoi0" path="res://asset/art/ui/action_mark/UI手.png" id="4_18yy2"]
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_dnubm"]
2025-06-18 13:48:59 +00:00
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="5_dnubm"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ogin7"]
resource_local_to_scene = true
size = Vector2(10, 70)
[node name="Closeup" type="Sprite2D"]
script = ExtResource("1_tvfr1")
2025-06-04 11:46:27 +00:00
unrevealed_sign_texture = ExtResource("2_dnubm")
unmatched_sign_texture = ExtResource("3_dnubm")
matched_sign_texture = ExtResource("4_18yy2")
one_shot = false
prop_key = ""
prop_key2 = ""
prop_key3 = ""
[node name="SfxInvalid" type="AudioStreamPlayer" parent="."]
bus = &"game_sfx"
script = ExtResource("5_dnubm")
[node name="SfxSuccess" type="AudioStreamPlayer" parent="."]
bus = &"game_sfx"
script = ExtResource("5_dnubm")
[node name="Sign" parent="." instance=ExtResource("4_dnubm")]
unique_name_in_owner = true
[node name="Area2D" type="Area2D" parent="."]
unique_name_in_owner = true
collision_layer = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
unique_name_in_owner = true
shape = SubResource("RectangleShape2D_ogin7")