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"]