Дверь на мостик
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"
|
||||
|
|
|
@ -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_72qyp")]
|
||||
[node name="Door_CAPTAIN2" parent="Doors" instance=ExtResource("2_72qyp")]
|
||||
position = Vector2(1019, -258)
|
||||
Exit = NodePath("")
|
||||
|
||||
[node name="NPCs" type="Node2D" parent="."]
|
||||
|
||||
|
@ -237,7 +236,7 @@ NPCName = "Engine"
|
|||
Frames = ExtResource("8_k42bg")
|
||||
DialogLines = ["You manually lower engine speed for it to not overheat", "You are sure it should break at this stress level", "But something keeps it together", "Maybe it's you who keeps doing a good job", "Maybe", "...", "you don't want to think about this", "You can go back to your room"]
|
||||
|
||||
[node name="Npc" parent="NPCs" instance=ExtResource("3_s2s8w")]
|
||||
[node name="Bridge door" parent="NPCs" instance=ExtResource("3_s2s8w")]
|
||||
position = Vector2(979, 131)
|
||||
NPCName = "Bridge door"
|
||||
Frames = ExtResource("8_k42bg")
|
||||
|
|
Loading…
Add table
Reference in a new issue