Прогрессия 1

This commit is contained in:
Евгений Титаренко 2024-08-25 17:42:49 +03:00
parent d92d6f629b
commit b793b79d39
5 changed files with 11 additions and 2 deletions

View file

@ -168,8 +168,9 @@ Exit = NodePath("../Door_SONAR2")
position = Vector2(1179, 14)
Exit = NodePath("../Door_SONAR")
[node name="Door_QUOTERS" parent="Doors" instance=ExtResource("2_qedp5")]
[node name="Door_QUOTERS" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")]
position = Vector2(1436, 134)
Exit = NodePath("../Door_QUOTERS2")
[node name="Door_ENGINE" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")]
position = Vector2(91, 134)
@ -269,7 +270,7 @@ AreaRadius = 20.0
[node name="Day1Cutscene" parent="." instance=ExtResource("14_t3ylj")]
position = Vector2(1275, 18)
[connection signal="DialogEnded" from="NPCs/Ivan" to="." method="EnableEndDay"]
[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"]

View file

@ -272,3 +272,5 @@ color = Color(0, 0, 0, 0)
position = Vector2(985, 245)
SpriteOffset = Vector2(0, -30)
AreaRadius = 20.0
[connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"]

View file

@ -272,3 +272,5 @@ color = Color(0, 0, 0, 0)
position = Vector2(985, 245)
SpriteOffset = Vector2(0, -30)
AreaRadius = 20.0
[connection signal="DialogEnded" from="NPCs/Engine" to="." method="EnableEndDay"]

View file

@ -272,3 +272,5 @@ color = Color(0, 0, 0, 0)
position = Vector2(985, 245)
SpriteOffset = Vector2(0, -30)
AreaRadius = 20.0
[connection signal="DialogEnded" from="NPCs/Engine" to="." method="ChangeDay"]

View file

@ -267,3 +267,5 @@ color = Color(0, 0, 0, 0)
position = Vector2(985, 245)
SpriteOffset = Vector2(0, -30)
AreaRadius = 20.0
[connection signal="DialogEnded" from="NPCs/Captain" to="." method="ChangeDay"]