71 lines
3.0 KiB
Plaintext
71 lines
3.0 KiB
Plaintext
[gd_scene load_steps=13 format=3 uid="uid://61pis75a8fdq"]
|
|
|
|
[ext_resource type="Script" uid="uid://b2dvvhawm820r" path="res://scene/entity/portal.gd" id="1_jyh6v"]
|
|
[ext_resource type="Texture2D" uid="uid://bc4lpa8aao60n" path="res://asset/art/ui/action_mark/传送.png" id="2_ay30q"]
|
|
[ext_resource type="Texture2D" uid="uid://r0n7qy4kr3w2" path="res://asset/art/ui/action_mark/UI场景切换.png" id="2_bxihn"]
|
|
[ext_resource type="Texture2D" uid="uid://dtyg0nugb2tnf" path="res://asset/art/ui/action_mark/UI探索.png" id="2_fr7ak"]
|
|
[ext_resource type="Texture2D" uid="uid://bc8sn2v4t1yta" path="res://asset/art/ui/action_mark/UI开锁.png" id="3_fr7ak"]
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_ty1ds"]
|
|
[ext_resource type="AudioStream" uid="uid://ccng5y2fip6mc" path="res://asset/audio/sfx/UI/开锁声.mp3" id="5_l48hy"]
|
|
[ext_resource type="AudioStream" uid="uid://dqdjxy04ge0r5" path="res://asset/audio/sfx/旧版/c02/场景转场.mp3" id="6_1sj6c"]
|
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="6_bxihn"]
|
|
[ext_resource type="AudioStream" uid="uid://c1eftumrd4mgw" path="res://asset/audio/sfx/交互/开门.wav" id="6_p48ld"]
|
|
[ext_resource type="AudioStream" uid="uid://inmdv5gqqius" path="res://asset/audio/sfx/UI/门锁互动.mp3" id="7_bjcty"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_munml"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(25, 130)
|
|
|
|
[node name="portal_left" type="Sprite2D"]
|
|
script = ExtResource("1_jyh6v")
|
|
sign_mark_offset = Vector2(0, -50)
|
|
unrevealed_sign_texture = ExtResource("2_fr7ak")
|
|
default_sign_texture = ExtResource("2_bxihn")
|
|
opened_sign_texture = ExtResource("2_bxihn")
|
|
matched_sign_texture = ExtResource("3_fr7ak")
|
|
locked_sign_texture = ExtResource("3_fr7ak")
|
|
prop_key = ""
|
|
|
|
[node name="SfxDefault" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("6_1sj6c")
|
|
bus = &"game_sfx"
|
|
script = ExtResource("6_bxihn")
|
|
|
|
[node name="SfxOpen" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("5_l48hy")
|
|
bus = &"game_sfx"
|
|
script = ExtResource("6_bxihn")
|
|
|
|
[node name="SfxEnter" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("6_p48ld")
|
|
bus = &"game_sfx"
|
|
script = ExtResource("6_bxihn")
|
|
|
|
[node name="SfxLocked" type="AudioStreamPlayer" parent="."]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("7_bjcty")
|
|
bus = &"game_sfx"
|
|
script = ExtResource("6_bxihn")
|
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_ty1ds")]
|
|
unique_name_in_owner = true
|
|
sign_mark_offset = Vector2(0, -50)
|
|
enabled = false
|
|
|
|
[node name="PointLight2D" type="PointLight2D" parent="."]
|
|
unique_name_in_owner = true
|
|
position = Vector2(0, -86)
|
|
scale = Vector2(0.05, 0.05)
|
|
energy = 0.0
|
|
texture = ExtResource("2_ay30q")
|
|
texture_scale = 1.8
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("RectangleShape2D_munml")
|