Прогрессия 6
This commit is contained in:
parent
26e58b72db
commit
bc6c8934e7
6 changed files with 6 additions and 13 deletions
|
@ -9,7 +9,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="Build/chill-jam-10.exe"
|
||||
export_path="Build/OutOfTheDeep.exe"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
|
|
@ -248,6 +248,7 @@ DialogLines = ["Welcome authorized user", "Unfortunatly you can't access databas
|
|||
position = Vector2(-359, 245)
|
||||
NPCName = "Engine"
|
||||
Frames = ExtResource("10_medl6")
|
||||
DefaultDialogLine = "You can go back to your room now"
|
||||
DialogLines = ["Tighten up the loose screws", "This should work for now", "Now i can return to my room"]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("8_csxln")]
|
||||
|
|
|
@ -239,6 +239,7 @@ DialogLines = ["Log #1456", "Engine at max capacity", "Target: calculated...", "
|
|||
position = Vector2(-359, 245)
|
||||
NPCName = "Engine"
|
||||
Frames = ExtResource("8_1sqr2")
|
||||
DefaultDialogLine = "You can go back to your room now"
|
||||
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")]
|
||||
|
|
|
@ -239,6 +239,7 @@ DialogLines = ["Target aquired", "Engine working at 100% capacity", "Recommend !
|
|||
position = Vector2(-359, 244)
|
||||
NPCName = "Engine"
|
||||
Frames = ExtResource("8_k42bg")
|
||||
DefaultDialogLine = "You can go back to your room now"
|
||||
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="Bridge door" parent="NPCs" instance=ExtResource("3_s2s8w")]
|
||||
|
|
|
@ -239,6 +239,7 @@ DialogLines = ["Approaching target.", "ETA $^%@#*&", "bx eva eipd nfenvat sq hdf
|
|||
position = Vector2(-359, 245)
|
||||
NPCName = "Engine"
|
||||
Frames = ExtResource("8_je535")
|
||||
DefaultDialogLine = "You can go back to your room now"
|
||||
DialogLines = ["Engine works at 110% capacity", "You pull the lever and mechanism stops", "You fill chills crawl down your spine", "Suddenly you pass out"]
|
||||
|
||||
[node name="Bridge door" parent="NPCs" instance=ExtResource("3_vhb2r")]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=26 format=3 uid="uid://10ew1xa1pxm2"]
|
||||
[gd_scene load_steps=25 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"]
|
||||
|
@ -6,7 +6,6 @@
|
|||
[ext_resource type="PackedScene" uid="uid://c5ndo6b0unkst" path="res://prefabs/NPC.tscn" id="3_4c2bg"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://dsgqo48qikwsn" path="res://resources/sprites/npcs/cock.tres" id="4_5jy86"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://bwssm27bm14s7" path="res://resources/sprites/npcs/captain.tres" id="5_vvft0"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://1r4r5gmf5kdo" path="res://resources/sprites/npcs/doctor.tres" id="6_4hwg8"]
|
||||
[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"]
|
||||
|
@ -206,11 +205,6 @@ NPCName = "Captain"
|
|||
Frames = ExtResource("5_vvft0")
|
||||
DialogLines = ["As you see your small mutiny didnt work", "However i can congratulate you", "You will bathe in HIS glory", "Come closer my friend"]
|
||||
|
||||
[node name="Doctor" parent="NPCs" instance=ExtResource("3_4c2bg")]
|
||||
position = Vector2(286, 255)
|
||||
NPCName = "Doctor"
|
||||
Frames = ExtResource("6_4hwg8")
|
||||
|
||||
[node name="Ivan" parent="NPCs" instance=ExtResource("3_4c2bg")]
|
||||
position = Vector2(1307, 254)
|
||||
NPCName = "Ivan"
|
||||
|
@ -224,11 +218,6 @@ Frames = ExtResource("7_vou74")
|
|||
DefaultDialogLine = "Captain is waiting for you..."
|
||||
DialogLines = ["We are here.", "Captain is waiting for you..."]
|
||||
|
||||
[node name="Nikolai" parent="NPCs" instance=ExtResource("3_4c2bg")]
|
||||
position = Vector2(575, -6)
|
||||
NPCName = "Nikolai"
|
||||
Frames = ExtResource("7_vou74")
|
||||
|
||||
[node name="Computer" parent="NPCs" instance=ExtResource("3_4c2bg")]
|
||||
position = Vector2(1597, -12)
|
||||
NPCName = "Computer"
|
||||
|
|
Loading…
Add table
Reference in a new issue