54 lines
2.4 KiB
Plaintext
54 lines
2.4 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://e381spnutx62"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_klnwh"]
|
|
[ext_resource type="Script" path="res://config/deploy/scene_config.gd" id="2_kijni"]
|
|
[ext_resource type="PackedScene" uid="uid://0sofmhrl358m" path="res://scene/entity/npc.tscn" id="2_upqk5"]
|
|
[ext_resource type="PackedScene" uid="uid://jr1yd46wm5je" path="res://scene/entity/note.tscn" id="3_heu4h"]
|
|
[ext_resource type="PackedScene" uid="uid://61pis75a8fdq" path="res://scene/entity/portal.tscn" id="4_eejqb"]
|
|
[ext_resource type="PackedScene" uid="uid://wyj4qdjyn4ql" path="res://scene/entity/old/inspectable.tscn" id="5_pirce"]
|
|
[ext_resource type="PackedScene" uid="uid://bnf3lkcbpx1ar" path="res://scene/entity/ambush.tscn" id="6_fiskb"]
|
|
[ext_resource type="PackedScene" uid="uid://bj4ufua0b0k34" path="res://scene/entity/hd_entity.tscn" id="7_l4pco"]
|
|
[ext_resource type="Texture2D" uid="uid://b0gti8fx40hph" path="res://asset/art/scene/c01/s04/e_树.png" id="8_6dlbe"]
|
|
|
|
[sub_resource type="Resource" id="Resource_dcaa4"]
|
|
resource_local_to_scene = true
|
|
script = ExtResource("2_kijni")
|
|
player_y_fixed = true
|
|
player_y = 45
|
|
footstep_type = "concrete"
|
|
bgm = ""
|
|
|
|
[node name="S00" type="Node2D"]
|
|
|
|
[node name="Ground" parent="." instance=ExtResource("1_klnwh")]
|
|
scene_config = SubResource("Resource_dcaa4")
|
|
|
|
[node name="Npc" parent="Ground/DeployLayer" index="0" instance=ExtResource("2_upqk5")]
|
|
position = Vector2(465, 23)
|
|
|
|
[node name="Note" parent="Ground/DeployLayer" index="1" instance=ExtResource("3_heu4h")]
|
|
position = Vector2(268, -36)
|
|
notes = Array[String](["(门牌号: 1012)", "(似乎是用血来写的)"])
|
|
|
|
[node name="Portal" parent="Ground/DeployLayer" index="2" instance=ExtResource("4_eejqb")]
|
|
position = Vector2(99, 9)
|
|
scale = Vector2(1.02941, 1.06667)
|
|
portal_name = "right"
|
|
target_scene = "c02_s01"
|
|
target_portal = "left"
|
|
|
|
[node name="Inspectable" parent="Ground/DeployLayer" index="3" instance=ExtResource("5_pirce")]
|
|
position = Vector2(376, 36)
|
|
|
|
[node name="Ambush" parent="Ground/DeployLayer" index="4" instance=ExtResource("6_fiskb")]
|
|
position = Vector2(567, 28)
|
|
hook_cg = "c02_胖子说话"
|
|
|
|
[node name="HdEntity" parent="Ground/DeployLayer" index="5" node_paths=PackedStringArray("sprite_ref") instance=ExtResource("7_l4pco")]
|
|
position = Vector2(259, 52)
|
|
sprite_name = "tree"
|
|
texture = ExtResource("8_6dlbe")
|
|
sprite_ref = NodePath("../../SubViewportContainer/SubViewport/HdLayer/tree")
|
|
|
|
[editable path="Ground"]
|