Прогрессия 2

This commit is contained in:
Евгений Титаренко 2024-08-25 18:08:54 +03:00
parent b793b79d39
commit f37e2b5c4f
10 changed files with 67 additions and 18 deletions

View file

@ -56,6 +56,7 @@ stream_0 = ExtResource("9_43nb0")
[node name="Test" type="Node2D"]
script = ExtResource("1_cko08")
NextScene = "Day2"
IsCaptainDisabled = true
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_a6v5r")
@ -270,8 +271,10 @@ AreaRadius = 20.0
[node name="Day1Cutscene" parent="." instance=ExtResource("14_t3ylj")]
position = Vector2(1275, 18)
[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"]
[connection signal="Finished" from="Day1Cutscene" to="." method="EnableCaptain"]