From 26e58b72db65785b8443055caa1144d4b14b340a Mon Sep 17 00:00:00 2001 From: Evgenij Titarenko Date: Sun, 25 Aug 2024 18:54:34 +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=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/Day2.tscn | 1 + scenes/Day3.tscn | 1 + scenes/Day4.tscn | 1 + 3 files changed, 3 insertions(+) diff --git a/scenes/Day2.tscn b/scenes/Day2.tscn index 54abfb7..1c217ec 100644 --- a/scenes/Day2.tscn +++ b/scenes/Day2.tscn @@ -278,6 +278,7 @@ position = Vector2(724, 465) [connection signal="DialogEnded" from="NPCs/Eugene" to="." method="EnableEngine"] [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"] [connection signal="PlayerNearBy" from="EndDay" to="." method="AssignEndDay"] diff --git a/scenes/Day3.tscn b/scenes/Day3.tscn index d1b6eee..b6a72c8 100644 --- a/scenes/Day3.tscn +++ b/scenes/Day3.tscn @@ -278,6 +278,7 @@ position = Vector2(757, 512) [connection signal="DialogEnded" from="NPCs/Computer" to="." method="EnableEngine"] [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"] [connection signal="PlayerNearBy" from="EndDay" to="." method="AssignEndDay"] diff --git a/scenes/Day4.tscn b/scenes/Day4.tscn index fb53769..0bad460 100644 --- a/scenes/Day4.tscn +++ b/scenes/Day4.tscn @@ -278,6 +278,7 @@ position = Vector2(402, 395) [connection signal="DialogEnded" from="NPCs/Doctor" to="." method="EnableEngine"] [connection signal="DialogEnded" from="NPCs/Engine" to="." method="ChangeDay"] +[connection signal="finished" from="Nightmare" to="." method="ChangeScene"] [connection signal="OnInteract" from="EndDay" to="." method="ChangeDay"] [connection signal="PlayerLeft" from="EndDay" to="." method="RemoveEndDay"] [connection signal="PlayerNearBy" from="EndDay" to="." method="AssignEndDay"]