From b0ee8c4c58f2343d1430acc5ef5bdce3da2a9d0c Mon Sep 17 00:00:00 2001 From: kziolkowski Date: Wed, 17 Dec 2025 01:07:39 +0100 Subject: [PATCH] fixed path strings in scene transitions and added disclaimer and credits back into the flow --- dialog/Characters/Domovoi.dch | 4 ++-- dialog/disclaimer.dtl | 2 +- dialog/testing/domovoi_tut.dtl | 2 +- prefabs/fight/fight_scene_switcher.tscn | 2 +- scenes/scene_credits.tscn | 2 +- scenes/scene_disclaimer.tscn | 2 +- scenes/scene_outside_beets.tscn | 4 ++-- scenes/scene_startMenu.tscn | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dialog/Characters/Domovoi.dch b/dialog/Characters/Domovoi.dch index 532cb67..8243429 100644 --- a/dialog/Characters/Domovoi.dch +++ b/dialog/Characters/Domovoi.dch @@ -31,8 +31,8 @@ "image": "\"res://art/indoor/indoor outdoor/domovoi_single.png\"" }, "mirror": false, -"offset": Vector2(0, 0), -"scale": 1, +"offset": Vector2(0, -300), +"scale": 1.0, "scene": "" } }, diff --git a/dialog/disclaimer.dtl b/dialog/disclaimer.dtl index 5969dcd..7cc996a 100644 --- a/dialog/disclaimer.dtl +++ b/dialog/disclaimer.dtl @@ -2,7 +2,7 @@ join vesna left vesna: Hello! join Yeli (_side) right Yeli (_frontal): Welcome to Babushka! -vesna (half side): We are Cozy Raven. This is our first showcase. +vesna (half side): We are Cozy Raven. This is a preview showcase. Yeli (_part_side): Many of the lofty, idealist, dreamy things that we wanted to implement are still in the backlog, waiting for their turn. vesna (front): But alas! The deadlines loomed, the bugs were strong with this one, and our days only have 24 hours. Yeli (_frontal): So please be kind when you test this demo. We poured our hearts and our love for the slavic folklore into this one and will continue to do so. diff --git a/dialog/testing/domovoi_tut.dtl b/dialog/testing/domovoi_tut.dtl index 2a16dec..232d9c1 100644 --- a/dialog/testing/domovoi_tut.dtl +++ b/dialog/testing/domovoi_tut.dtl @@ -1,4 +1,4 @@ -join Domovoi center +join Domovoi right join vesna (half side) left vesna: Hello? ... diff --git a/prefabs/fight/fight_scene_switcher.tscn b/prefabs/fight/fight_scene_switcher.tscn index 98a6105..fd8482d 100644 --- a/prefabs/fight/fight_scene_switcher.tscn +++ b/prefabs/fight/fight_scene_switcher.tscn @@ -6,4 +6,4 @@ script = ExtResource("1_5dt1r") _fightRoomScenePath = "res://scenes/scene_fight_world_room.tscn" _fightHappeningScene = "res://scenes/scene_fight_happening.tscn" -_nightEndScene = "res://scenes/scene_indoor_vesnas_room.tscn" +_nightEndScene = "res://scenes/scene_credits.tscn" diff --git a/scenes/scene_credits.tscn b/scenes/scene_credits.tscn index 2c8a056..9a68afb 100644 --- a/scenes/scene_credits.tscn +++ b/scenes/scene_credits.tscn @@ -11,7 +11,7 @@ [node name="BabushkaSceneCredits" type="Node2D"] script = ExtResource("1_f5860") -_sceneNamesToLoad = PackedStringArray("res://scenes/Babushka_scene_startMenu.tscn") +_sceneNamesToLoad = PackedStringArray("res://scenes/scene_bootstrap.tscn") [node name="Sprite2D" type="Sprite2D" parent="."] position = Vector2(1030, 483) diff --git a/scenes/scene_disclaimer.tscn b/scenes/scene_disclaimer.tscn index c050fcd..121915c 100644 --- a/scenes/scene_disclaimer.tscn +++ b/scenes/scene_disclaimer.tscn @@ -8,7 +8,7 @@ [node name="BabushkaSceneDisclaimer" type="Node2D"] script = ExtResource("1_5otdq") -_sceneNamesToLoad = PackedStringArray("res://scenes/Babushka_scene_farm_outside_2d.tscn") +_sceneNamesToLoad = PackedStringArray("res://scenes/scene_farm_outside_2d.tscn") [node name="CanvasLayer" type="CanvasLayer" parent="."] diff --git a/scenes/scene_outside_beets.tscn b/scenes/scene_outside_beets.tscn index d8b68c9..d2e3825 100644 --- a/scenes/scene_outside_beets.tscn +++ b/scenes/scene_outside_beets.tscn @@ -1829,7 +1829,7 @@ z_index = 1 [node name="Beet2" parent="YSorted/Farm visuals/FieldParent/BaseField3/FieldBehaviour/PlantPlaceholder" index="0" node_paths=PackedStringArray("_field") instance=ExtResource("41_vyqmy")] z_index = 0 -_state = 2 +_state = 3 _field = NodePath("../..") _daysWatered = 5 @@ -1861,7 +1861,7 @@ z_index = 1 [node name="Beet2" parent="YSorted/Farm visuals/FieldParent/BaseField4/FieldBehaviour/PlantPlaceholder" index="0" node_paths=PackedStringArray("_field") instance=ExtResource("41_vyqmy")] z_index = 0 -_state = 2 +_state = 3 _field = NodePath("../..") _daysWatered = 7 diff --git a/scenes/scene_startMenu.tscn b/scenes/scene_startMenu.tscn index 13ac4d0..62e891b 100644 --- a/scenes/scene_startMenu.tscn +++ b/scenes/scene_startMenu.tscn @@ -7,7 +7,7 @@ [node name="BabushkaSceneStartMenu" type="Node2D"] script = ExtResource("1_fj2fh") -_sceneNamesToLoad = PackedStringArray("res://scenes/scene_farm_outside_2d.tscn") +_sceneNamesToLoad = PackedStringArray("res://scenes/scene_disclaimer.tscn") [node name="CanvasLayer" type="CanvasLayer" parent="."]