Катсцена первого дня финальная версия
This commit is contained in:
parent
32f09f08f3
commit
d92d6f629b
8 changed files with 110 additions and 42 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=26 format=3 uid="uid://c1abgp6quvo3o"]
|
||||
[gd_scene load_steps=27 format=3 uid="uid://c1abgp6quvo3o"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b5baxx5o21qy1" path="res://resources/sprites/Sub/Sub.png" id="1_a6v5r"]
|
||||
[ext_resource type="Script" path="res://scripts/Day.cs" id="1_cko08"]
|
||||
|
@ -13,6 +13,7 @@
|
|||
[ext_resource type="SpriteFrames" uid="uid://wu7pmuvjw5qm" path="res://resources/sprites/npcs/Empty.tres" id="10_medl6"]
|
||||
[ext_resource type="AudioStream" uid="uid://cw6y35jglsn1" path="res://resources/sounds/nightmares/D1nm.wav" id="12_jjnbw"]
|
||||
[ext_resource type="PackedScene" uid="uid://x6pqolxtgwvy" path="res://prefabs/Interactable.tscn" id="12_p32yk"]
|
||||
[ext_resource type="PackedScene" uid="uid://ca2cali2s1y6x" path="res://prefabs/Day1Cutscene.tscn" id="14_t3ylj"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h0540"]
|
||||
size = Vector2(640, 24)
|
||||
|
@ -167,13 +168,8 @@ Exit = NodePath("../Door_SONAR2")
|
|||
position = Vector2(1179, 14)
|
||||
Exit = NodePath("../Door_SONAR")
|
||||
|
||||
[node name="Door_QUOTERS" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")]
|
||||
[node name="Door_QUOTERS" parent="Doors" instance=ExtResource("2_qedp5")]
|
||||
position = Vector2(1436, 134)
|
||||
Exit = NodePath("../Door_QUOTERS2")
|
||||
|
||||
[node name="Door_QUOTERS2" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")]
|
||||
position = Vector2(1442, 255)
|
||||
Exit = NodePath("../Door_QUOTERS")
|
||||
|
||||
[node name="Door_ENGINE" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")]
|
||||
position = Vector2(91, 134)
|
||||
|
@ -191,6 +187,10 @@ Exit = NodePath("../Door_CAPTAIN2")
|
|||
position = Vector2(1019, -258)
|
||||
Exit = NodePath("../Door_CAPTAIN")
|
||||
|
||||
[node name="Door_QUOTERS2" parent="Doors" node_paths=PackedStringArray("Exit") instance=ExtResource("2_qedp5")]
|
||||
position = Vector2(1442, 255)
|
||||
Exit = NodePath("../Door_QUOTERS")
|
||||
|
||||
[node name="NPCs" type="Node2D" parent="."]
|
||||
|
||||
[node name="Cook" parent="NPCs" instance=ExtResource("3_t4e54")]
|
||||
|
@ -266,6 +266,9 @@ position = Vector2(985, 245)
|
|||
SpriteOffset = Vector2(0, -30)
|
||||
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="finished" from="Nightmare" to="." method="ChangeScene"]
|
||||
[connection signal="OnInteract" from="EndDay" to="." method="ChangeDay"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue