Дверь на мостик
This commit is contained in:
parent
60c3322281
commit
99dbbd2eab
2 changed files with 9 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue