Прогрессия 7
This commit is contained in:
parent
bc6c8934e7
commit
52ce703697
7 changed files with 479 additions and 11 deletions
227
scenes/Day5.tscn
227
scenes/Day5.tscn
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=25 format=3 uid="uid://10ew1xa1pxm2"]
|
||||
[gd_scene load_steps=27 format=3 uid="uid://10ew1xa1pxm2"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Day.cs" id="1_ii8yu"]
|
||||
[ext_resource type="Texture2D" uid="uid://b5baxx5o21qy1" path="res://resources/sprites/Sub/Sub.png" id="1_p4jcj"]
|
||||
|
@ -9,6 +9,8 @@
|
|||
[ext_resource type="SpriteFrames" uid="uid://532buo56y4q2" path="res://resources/sprites/npcs/crewmate.tres" id="7_vou74"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://wu7pmuvjw5qm" path="res://resources/sprites/npcs/Empty.tres" id="8_8y5k0"]
|
||||
[ext_resource type="PackedScene" uid="uid://dfdsnwub212o6" path="res://prefabs/Player.tscn" id="9_mxxxl"]
|
||||
[ext_resource type="Texture2D" uid="uid://bu7tporh3nk4s" path="res://resources/sprites/barns/corrupt32.png" id="9_uvt3y"]
|
||||
[ext_resource type="Texture2D" uid="uid://41c7sdjkinml" path="res://resources/sprites/barns/corrupt16.png" id="10_52vj7"]
|
||||
[ext_resource type="AudioStream" uid="uid://3poadcg4f8mj" path="res://resources/music/Day5.wav" id="10_bwdem"]
|
||||
[ext_resource type="PackedScene" uid="uid://x6pqolxtgwvy" path="res://prefabs/Interactable.tscn" id="12_bvb3u"]
|
||||
[ext_resource type="AudioStream" uid="uid://cw6y35jglsn1" path="res://resources/sounds/nightmares/D1nm.wav" id="12_thjn8"]
|
||||
|
@ -232,6 +234,228 @@ Frames = ExtResource("8_8y5k0")
|
|||
DefaultDialogLine = "Captain is waiting for you..."
|
||||
DialogLines = ["Works at normal pace", "You try to stop it, but it doesnt still works", "Whatever is happening you need to see captain"]
|
||||
|
||||
[node name="Deco" type="Node2D" parent="."]
|
||||
|
||||
[node name="Barn" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1030, 26)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn26" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1007, 25)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn49" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1132, -278)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn52" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1132, -278)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn50" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1076, -296)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn39" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(993, -53)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn2" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(885, 130)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn32" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(257, 269)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn13" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(871, -30)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn40" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(922, 21)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn41" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(925, -24)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn42" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(917, -137)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn43" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1027, -35)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn44" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(988, -104)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn48" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(924, -107)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn45" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(961, -160)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn51" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(836, -305)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn53" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(834, -242)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn54" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1058, -242)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn46" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1033, -180)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn47" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(966, -135)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn16" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(254, -25)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn31" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(285, 28)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn55" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(569, 16)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn27" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-127, 202)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn36" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-311, 254)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn28" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-143, 254)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn17" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(310, -30)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn33" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(314, 24)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn34" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(328, 27)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn37" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-371, 224)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn38" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-329, 224)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn18" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(384, -1)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn6" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1708, 91)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn7" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1708, -30)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn29" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1577, -31)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn30" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1460, 32)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn3" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1075, 98)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn5" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1520, 211)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn14" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1519, 269)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn4" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(576, 209)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn15" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(1241, 206)
|
||||
texture = ExtResource("10_52vj7")
|
||||
|
||||
[node name="Barn8" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-17, 26)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn9" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-467, 12)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn10" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-197, 6)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn11" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-417, 72)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn19" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-229, 69)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn20" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-209, 86)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn21" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-201, 61)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn22" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-233, 92)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn12" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-100, 45)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn23" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-36, 134)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn24" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-359, 131)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn35" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-359, 131)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Barn25" type="Sprite2D" parent="Deco"]
|
||||
position = Vector2(-301, 40)
|
||||
texture = ExtResource("9_uvt3y")
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("9_mxxxl")]
|
||||
position = Vector2(1054, 255)
|
||||
Speed = 100.0
|
||||
|
@ -262,3 +486,4 @@ AreaRadius = 20.0
|
|||
position = Vector2(705, 533)
|
||||
|
||||
[connection signal="DialogEnded" from="NPCs/Captain" to="." method="ChangeDay"]
|
||||
[connection signal="finished" from="Nightmare" to="." method="ChangeScene"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue