Прогрессия 5

This commit is contained in:
Евгений Титаренко 2024-08-25 18:54:34 +03:00
parent 1cdf11910d
commit 26e58b72db
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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