39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://61pis75a8fdq"]
|
|
|
|
[ext_resource type="Script" path="res://scene/entity/portal.gd" id="1_jyh6v"]
|
|
[ext_resource type="Texture2D" uid="uid://dcafeofupga6j" path="res://asset/art/scene/c02/s06_院子回忆版/e_1014 开门.png" id="1_ynrqg"]
|
|
[ext_resource type="Texture2D" uid="uid://dbi1whlvfrt5k" path="res://asset/art/ui/action_mark/传送.png" id="2_ay30q"]
|
|
[ext_resource type="Script" path="res://scene/entity/ux/sign.gd" id="4_lu5q5"]
|
|
[ext_resource type="Resource" uid="uid://bbvtfv3xl1d6" path="res://config/audio/action/action_door_open.tres" id="5_7e0co"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_munml"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(70, 130)
|
|
|
|
[node name="Portal" type="Sprite2D"]
|
|
texture = ExtResource("1_ynrqg")
|
|
script = ExtResource("1_jyh6v")
|
|
|
|
[node name="Sign" type="Sprite2D" parent="."]
|
|
unique_name_in_owner = true
|
|
position = Vector2(0, -73)
|
|
scale = Vector2(0.05, 0.05)
|
|
texture = ExtResource("2_ay30q")
|
|
script = ExtResource("4_lu5q5")
|
|
show_sign = null
|
|
audio_collection = ExtResource("5_7e0co")
|
|
|
|
[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")
|