xiandie/scene/entity/portal.tscn

71 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

2025-06-05 07:17:51 +00:00
[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"]
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://bc4lpa8aao60n" path="res://asset/art/ui/action_mark/传送.png" id="2_ay30q"]
2025-06-04 11:46:27 +00:00
[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"]
2025-01-08 00:51:09 +00:00
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_ty1ds"]
2025-06-17 09:25:21 +00:00
[ext_resource type="AudioStream" uid="uid://ccng5y2fip6mc" path="res://asset/audio/sfx/UI/开锁声.mp3" id="5_l48hy"]
2025-06-07 09:04:08 +00:00
[ext_resource type="AudioStream" uid="uid://dqdjxy04ge0r5" path="res://asset/audio/sfx/旧版/c02/场景转场.mp3" id="6_1sj6c"]
2025-06-18 13:48:59 +00:00
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="6_bxihn"]
2025-04-20 13:35:13 +00:00
[ext_resource type="AudioStream" uid="uid://c1eftumrd4mgw" path="res://asset/audio/sfx/交互/开门.wav" id="6_p48ld"]
2025-06-17 09:25:21 +00:00
[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
2025-01-13 08:09:57 +00:00
size = Vector2(25, 130)
[node name="portal_left" type="Sprite2D"]
script = ExtResource("1_jyh6v")
sign_mark_offset = Vector2(0, -50)
2025-06-04 11:46:27 +00:00
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
2025-06-07 09:04:08 +00:00
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
2025-04-20 13:35:13 +00:00
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")
2025-01-08 00:51:09 +00:00
[node name="Sign" parent="." instance=ExtResource("4_ty1ds")]
unique_name_in_owner = true
sign_mark_offset = Vector2(0, -50)
enabled = false
2025-01-13 08:09:57 +00:00
[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")