|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
[gd_scene load_steps=15 format=3 uid="uid://ceaa2qj2bmw43"]
|
|
|
|
|
[gd_scene load_steps=16 format=3 uid="uid://ceaa2qj2bmw43"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://cssdu8viimwm6" path="res://scripts/CSharp/Common/SceneTransition.cs" id="1_c6eln"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cugtxcfuds31r" path="res://art/indoor/Babushka_bg_01.png" id="2_j25a2"]
|
|
|
|
|
@ -6,6 +6,7 @@
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interactions/interaction_area_2d.tscn" id="8_phqdf"]
|
|
|
|
|
[ext_resource type="Resource" uid="uid://csj15gnlx1jmx" path="res://resources/quests/demo/8_goto_bed.tres" id="9_heyef"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://puw74w6lmcvl" path="res://scripts/CSharp/Common/Fight/NightStarter.cs" id="10_j25a2"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://jg4jryfus3bw" path="res://scripts/CSharp/Common/DayAndNight/DayAndNightHelper.cs" id="11_heyef"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cop1vjvhwlsec" path="res://art/indoor/room export/Room_01_shelf.png" id="13_11fdt"]
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c25udixd5m6l0" path="res://prefabs/characters/Vesna.tscn" id="18_3gevq"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://bqomwxclsbhd3" path="res://scripts/CSharp/Common/Camera/CameraController.cs" id="23_408bg"]
|
|
|
|
|
@ -125,8 +126,12 @@ shape = SubResource("CircleShape2D_2spkc")
|
|
|
|
|
script = ExtResource("10_j25a2")
|
|
|
|
|
_sceneIndexToLoad = 1
|
|
|
|
|
|
|
|
|
|
[node name="CountDayUp" type="Node" parent="NightStarter"]
|
|
|
|
|
script = ExtResource("11_heyef")
|
|
|
|
|
|
|
|
|
|
[connection signal="Interacted" from="BedInteraction" to="BedInteraction/QuestCompleter" method="Trigger"]
|
|
|
|
|
[connection signal="Interacted" from="BedInteraction" to="NightStarter" method="StartNight"]
|
|
|
|
|
[connection signal="Interacted" from="BedInteraction" to="NightStarter/CountDayUp" method="IncreaseDayCount"]
|
|
|
|
|
[connection signal="Interacted" from="DoorInteraction" to="." method="LoadScene"]
|
|
|
|
|
[connection signal="LoadScene" from="NightStarter" to="." method="LoadSceneAtIndex"]
|
|
|
|
|
|
|
|
|
|
|