47 lines
1.6 KiB
Plaintext
47 lines
1.6 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://dbi1whlvfrt5k" path="res://asset/art/ui/action_mark/传送.png" id="2_ay30q"]
|
|
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/ux/sfx.tscn" id="3_6khux"]
|
|
[ext_resource type="AudioStream" uid="uid://qw2x1wrp0jjx" path="res://asset/audio/sfx/ui/页面转换声.wav" id="3_lluer"]
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_ty1ds"]
|
|
|
|
[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")
|
|
|
|
[node name="Sfx" parent="." instance=ExtResource("3_6khux")]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("3_lluer")
|
|
file = "页面转换声.wav"
|
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_ty1ds")]
|
|
unique_name_in_owner = true
|
|
offset_top = -47.0
|
|
offset_right = 347.0
|
|
offset_bottom = 287.0
|
|
scale = Vector2(0.05, 0.05)
|
|
|
|
[node name="Sprite2D" parent="Sign/TextureContainer" index="0"]
|
|
position = Vector2(0, 10)
|
|
texture = ExtResource("2_ay30q")
|
|
|
|
[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")
|
|
|
|
[editable path="Sign"]
|