From 99dbbd2eab84f3ac8265038a0cd1fd73998a2e12 Mon Sep 17 00:00:00 2001 From: Evgenij Titarenko Date: Sun, 25 Aug 2024 10:15:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B2=D0=B5=D1=80=D1=8C=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=BC=D0=BE=D1=81=D1=82=D0=B8=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/Day2.tscn | 15 +++++++-------- scenes/Day3.tscn | 5 ++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/scenes/Day2.tscn b/scenes/Day2.tscn index c9e7227..d8f11a9 100644 --- a/scenes/Day2.tscn +++ b/scenes/Day2.tscn @@ -178,9 +178,8 @@ Exit = NodePath("../Door_ENGINE2") position = Vector2(54, 255) Exit = NodePath("../Door_ENGINE") -[node name="Door_CAPTAIN2" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_mm217")] +[node name="Door_CAPTAIN2" parent="Doors" instance=ExtResource("2_mm217")] position = Vector2(1019, -258) -Exit = NodePath("") [node name="NPCs" type="Node2D" parent="."] @@ -237,6 +236,12 @@ NPCName = "Engine" Frames = ExtResource("8_1sqr2") DialogLines = ["Running at full capacity", "You make small repairs here and there to keep it running", "You can go back to your room"] +[node name="Bridge door" parent="NPCs" instance=ExtResource("3_w8l5u")] +position = Vector2(979, 130) +NPCName = "Bridge door" +Frames = ExtResource("8_1sqr2") +DefaultDialogLine = "Looks like the door is closed from the other side" + [node name="Player" parent="." instance=ExtResource("9_7dj1v")] position = Vector2(1054, 255) Speed = 100.0 @@ -245,9 +250,3 @@ Speed = 100.0 stream = SubResource("AudioStreamPlaylist_7838k") autoplay = true bus = &"Music" - -[node name="Npc" parent="." instance=ExtResource("3_w8l5u")] -position = Vector2(979, 130) -NPCName = "Captain door" -Frames = ExtResource("8_1sqr2") -DefaultDialogLine = "Looks like the door is closed from the other side" diff --git a/scenes/Day3.tscn b/scenes/Day3.tscn index c56a90d..e1bbf95 100644 --- a/scenes/Day3.tscn +++ b/scenes/Day3.tscn @@ -178,9 +178,8 @@ Exit = NodePath("../Door_ENGINE2") position = Vector2(54, 255) Exit = NodePath("../Door_ENGINE") -[node name="Door_CAPTAIN2" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_72qyp")] +[node name="Door_CAPTAIN2" parent="Doors" instance=ExtResource("2_72qyp")] position = Vector2(1019, -258) -Exit = NodePath("") [node name="NPCs" type="Node2D" parent="."] @@ -237,7 +236,7 @@ NPCName = "Engine" Frames = ExtResource("8_k42bg") DialogLines = ["You manually lower engine speed for it to not overheat", "You are sure it should break at this stress level", "But something keeps it together", "Maybe it's you who keeps doing a good job", "Maybe", "...", "you don't want to think about this", "You can go back to your room"] -[node name="Npc" parent="NPCs" instance=ExtResource("3_s2s8w")] +[node name="Bridge door" parent="NPCs" instance=ExtResource("3_s2s8w")] position = Vector2(979, 131) NPCName = "Bridge door" Frames = ExtResource("8_k42bg")