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