From b793b79d39b843afe075030e50444e8cc67793cc Mon Sep 17 00:00:00 2001 From: Evgenij Titarenko Date: Sun, 25 Aug 2024 17:42:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B3=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D1=8F=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/Day1.tscn | 5 +++-- scenes/Day2.tscn | 2 ++ scenes/Day3.tscn | 2 ++ scenes/Day4.tscn | 2 ++ scenes/Day5.tscn | 2 ++ 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/scenes/Day1.tscn b/scenes/Day1.tscn index 0bc8d49..2a058c0 100644 --- a/scenes/Day1.tscn +++ b/scenes/Day1.tscn @@ -168,8 +168,9 @@ Exit = NodePath("../Door_SONAR2") position = Vector2(1179, 14) Exit = NodePath("../Door_SONAR") -[node name="Door_QUOTERS" parent="Doors" instance=ExtResource("2_qedp5")] +[node name="Door_QUOTERS" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")] position = Vector2(1436, 134) +Exit = NodePath("../Door_QUOTERS2") [node name="Door_ENGINE" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")] position = Vector2(91, 134) @@ -269,7 +270,7 @@ AreaRadius = 20.0 [node name="Day1Cutscene" parent="." instance=ExtResource("14_t3ylj")] position = Vector2(1275, 18) -[connection signal="DialogEnded" from="NPCs/Ivan" to="." method="EnableEndDay"] +[connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"] [connection signal="finished" from="Nightmare" to="." method="ChangeScene"] [connection signal="OnInteract" from="EndDay" to="." method="ChangeDay"] [connection signal="PlayerLeft" from="EndDay" to="." method="RemoveEndDay"] diff --git a/scenes/Day2.tscn b/scenes/Day2.tscn index 4280f93..53c0c27 100644 --- a/scenes/Day2.tscn +++ b/scenes/Day2.tscn @@ -272,3 +272,5 @@ color = Color(0, 0, 0, 0) position = Vector2(985, 245) SpriteOffset = Vector2(0, -30) AreaRadius = 20.0 + +[connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"] diff --git a/scenes/Day3.tscn b/scenes/Day3.tscn index f0f7b96..0287a8b 100644 --- a/scenes/Day3.tscn +++ b/scenes/Day3.tscn @@ -272,3 +272,5 @@ color = Color(0, 0, 0, 0) position = Vector2(985, 245) SpriteOffset = Vector2(0, -30) AreaRadius = 20.0 + +[connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"] diff --git a/scenes/Day4.tscn b/scenes/Day4.tscn index 6b1b800..35dab81 100644 --- a/scenes/Day4.tscn +++ b/scenes/Day4.tscn @@ -272,3 +272,5 @@ color = Color(0, 0, 0, 0) position = Vector2(985, 245) SpriteOffset = Vector2(0, -30) AreaRadius = 20.0 + +[connection signal="DialogEnded" from="NPCs/Engine" to="." method="ChangeDay"] diff --git a/scenes/Day5.tscn b/scenes/Day5.tscn index 1ac98e1..6298972 100644 --- a/scenes/Day5.tscn +++ b/scenes/Day5.tscn @@ -267,3 +267,5 @@ color = Color(0, 0, 0, 0) position = Vector2(985, 245) SpriteOffset = Vector2(0, -30) AreaRadius = 20.0 + +[connection signal="DialogEnded" from="NPCs/Captain" to="." method="ChangeDay"]