mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Tutorial fixes
This commit is contained in:
parent
749cb6f171
commit
28e49071aa
5 changed files with 19 additions and 25 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
[gd_resource type="Resource" script_class="DialogicStyle" load_steps=18 format=3 uid="uid://colrg0i302n1y"]
|
[gd_resource type="Resource" script_class="DialogicStyle" load_steps=16 format=3 uid="uid://colrg0i302n1y"]
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="1_5pxx8"]
|
[ext_resource type="Script" path="res://addons/dialogic/Resources/dialogic_style_layer.gd" id="1_5pxx8"]
|
||||||
[ext_resource type="PackedScene" uid="uid://c1k5m0w3r40xf" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_FullBackground/full_background_layer.tscn" id="2_omxqb"]
|
|
||||||
[ext_resource type="PackedScene" uid="uid://cn674foxwedqu" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn" id="3_hwmwc"]
|
[ext_resource type="PackedScene" uid="uid://cn674foxwedqu" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Input/full_advance_input_layer.tscn" id="3_hwmwc"]
|
||||||
[ext_resource type="PackedScene" path="res://Dialogue/Styles/Layers/TextboxWithPortrait/custom_textbox_with_portrait_.tscn" id="4_q2bg1"]
|
[ext_resource type="PackedScene" path="res://Dialogue/Styles/Layers/TextboxWithPortrait/custom_textbox_with_portrait_.tscn" id="4_q2bg1"]
|
||||||
[ext_resource type="PackedScene" uid="uid://dsbwnp5hegnu3" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn" id="5_tyx7t"]
|
[ext_resource type="PackedScene" uid="uid://dsbwnp5hegnu3" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.tscn" id="5_tyx7t"]
|
||||||
|
|
@ -14,11 +13,6 @@
|
||||||
script = ExtResource("1_5pxx8")
|
script = ExtResource("1_5pxx8")
|
||||||
overrides = {}
|
overrides = {}
|
||||||
|
|
||||||
[sub_resource type="Resource" id="Resource_lkh4h"]
|
|
||||||
script = ExtResource("1_5pxx8")
|
|
||||||
scene = ExtResource("2_omxqb")
|
|
||||||
overrides = {}
|
|
||||||
|
|
||||||
[sub_resource type="Resource" id="Resource_kp0rr"]
|
[sub_resource type="Resource" id="Resource_kp0rr"]
|
||||||
script = ExtResource("1_5pxx8")
|
script = ExtResource("1_5pxx8")
|
||||||
scene = ExtResource("3_hwmwc")
|
scene = ExtResource("3_hwmwc")
|
||||||
|
|
@ -58,10 +52,9 @@ overrides = {}
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("9_cga22")
|
script = ExtResource("9_cga22")
|
||||||
name = "Computer_Style"
|
name = "Computer_Style"
|
||||||
layer_list = Array[String](["10", "11", "12", "13", "14", "15", "16"])
|
layer_list = Array[String](["11", "12", "13", "14", "15", "16"])
|
||||||
layer_info = {
|
layer_info = {
|
||||||
"": SubResource("Resource_0p1al"),
|
"": SubResource("Resource_0p1al"),
|
||||||
"10": SubResource("Resource_lkh4h"),
|
|
||||||
"11": SubResource("Resource_kp0rr"),
|
"11": SubResource("Resource_kp0rr"),
|
||||||
"12": SubResource("Resource_tj7qo"),
|
"12": SubResource("Resource_tj7qo"),
|
||||||
"13": SubResource("Resource_8ghaa"),
|
"13": SubResource("Resource_8ghaa"),
|
||||||
|
|
@ -71,4 +64,4 @@ layer_info = {
|
||||||
}
|
}
|
||||||
base_overrides = {}
|
base_overrides = {}
|
||||||
layers = Array[ExtResource("1_5pxx8")]([])
|
layers = Array[ExtResource("1_5pxx8")]([])
|
||||||
metadata/_latest_layer = "10"
|
metadata/_latest_layer = ""
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ scene = ExtResource("4_m8ph6")
|
||||||
overrides = {
|
overrides = {
|
||||||
"box_distance": "0.0",
|
"box_distance": "0.0",
|
||||||
"box_panel": "\"computer_stylebox.tres\"",
|
"box_panel": "\"computer_stylebox.tres\"",
|
||||||
"box_size": "Vector2(300, 80)",
|
"box_size": "Vector2(300, 70)",
|
||||||
"name_label_custom_size": "10.0",
|
"name_label_custom_size": "10.0",
|
||||||
"name_label_use_global_size": "false",
|
"name_label_use_global_size": "false",
|
||||||
"text_custom_size": "6.0"
|
"text_custom_size": "6.0"
|
||||||
|
|
@ -77,4 +77,4 @@ layer_info = {
|
||||||
}
|
}
|
||||||
base_overrides = {}
|
base_overrides = {}
|
||||||
layers = Array[ExtResource("1_5pbjb")]([])
|
layers = Array[ExtResource("1_5pbjb")]([])
|
||||||
metadata/_latest_layer = ""
|
metadata/_latest_layer = "12"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,12 @@
|
||||||
Cirno: Navigator, I infiltrated the facility!
|
Cirno: I infiltrated the facility!
|
||||||
Navigator: Very good, Cirno.\
|
ICE: Yes, thanks to our hackers who rewired the telepad.
|
||||||
Do you remember your mission?
|
Cirno: Yes of course, so what is this place?
|
||||||
Cirno: No...
|
ICE: Weren't you listening to the briefing? This is the enemy refinery we need to infiltrate.
|
||||||
Navigator: Try to remember it this time\: Your mission is to infiltrate the refining facility and retrieve the artifact from your world.
|
Cirno: Sorry that was so boring I was falling asleep
|
||||||
Navigator: Be careful, I'm picking up a lot of activity on the local network, the facility is on lockdown due to an external threat
|
ICE: It's important! Please try to stay awake when critical mission data is being relayed to you!
|
||||||
Navigator: But to my knowledge it's none of us.
|
Cirno: Don't worry, whatever it is I can deal with it and you will help me, right?
|
||||||
Cirno: Don't worry, whatever it is I can deal with it!
|
ICE: Yes indeed, my primary mission is to assist you.
|
||||||
Navigator: I really hope that's the case.
|
Cirno: You're being a really good subordinate!
|
||||||
Navigator: Anyway try to use any terminal you may find, we might be able to find more information that way.
|
ICE: Ok now to business\: you need to retrieve the artifact that is kept deep inside the facility and escape back to our base.
|
||||||
Navigator: Also try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.
|
ICE: Try to use any terminal you may find, we might be able to find more information that way.
|
||||||
|
ICE: And finally, try to remain undetected for as long as possible, cameras might summon reinforcements to your location if you get spotted.
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -60,7 +60,7 @@ directories/dtl_directory={
|
||||||
"tutorial_teleporter_2": "res://Dialogue/Timelines/Tutorial/tutorial_teleporter_2.dtl"
|
"tutorial_teleporter_2": "res://Dialogue/Timelines/Tutorial/tutorial_teleporter_2.dtl"
|
||||||
}
|
}
|
||||||
glossary/default_case_sensitive=true
|
glossary/default_case_sensitive=true
|
||||||
layout/style_list=["res://Dialogue/Styles/Textbox_style.tres", "res://Dialogue/Styles/VN.tres", "res://Dialogue/Styles/Computer_Style.tres", "res://Dialogue/Styles/Intro_Syle.tres", "res://Dialogue/Styles/custom_test.tres"]
|
layout/style_list=["res://Dialogue/Styles/Textbox_style.tres", "res://Dialogue/Styles/VN.tres", "res://Dialogue/Styles/Intro_Syle.tres", "res://Dialogue/Styles/custom_test.tres"]
|
||||||
layout/default_style="res://Dialogue/Styles/Textbox_style.tres"
|
layout/default_style="res://Dialogue/Styles/Textbox_style.tres"
|
||||||
variables={}
|
variables={}
|
||||||
extensions_folder="res://addons/dialogic_additions"
|
extensions_folder="res://addons/dialogic_additions"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue