Дверь на мостик

This commit is contained in:
Евгений Титаренко 2024-08-25 10:15:54 +03:00
parent 60c3322281
commit 99dbbd2eab
2 changed files with 9 additions and 11 deletions

View file

@ -178,9 +178,8 @@ Exit = NodePath("../Door_ENGINE2")
position = Vector2(54, 255)
Exit = NodePath("../Door_ENGINE")
[node name="Door_CAPTAIN2" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_mm217")]
[node name="Door_CAPTAIN2" parent="Doors" instance=ExtResource("2_mm217")]
position = Vector2(1019, -258)
Exit = NodePath("")
[node name="NPCs" type="Node2D" parent="."]
@ -237,6 +236,12 @@ NPCName = "Engine"
Frames = ExtResource("8_1sqr2")
DialogLines = ["Running at full capacity", "You make small repairs here and there to keep it running", "You can go back to your room"]
[node name="Bridge door" parent="NPCs" instance=ExtResource("3_w8l5u")]
position = Vector2(979, 130)
NPCName = "Bridge door"
Frames = ExtResource("8_1sqr2")
DefaultDialogLine = "Looks like the door is closed from the other side"
[node name="Player" parent="." instance=ExtResource("9_7dj1v")]
position = Vector2(1054, 255)
Speed = 100.0
@ -245,9 +250,3 @@ Speed = 100.0
stream = SubResource("AudioStreamPlaylist_7838k")
autoplay = true
bus = &"Music"
[node name="Npc" parent="." instance=ExtResource("3_w8l5u")]
position = Vector2(979, 130)
NPCName = "Captain door"
Frames = ExtResource("8_1sqr2")
DefaultDialogLine = "Looks like the door is closed from the other side"