|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=34 format=3 uid="uid://7ivipmwaw24t"]
|
|
|
+[gd_scene load_steps=36 format=3 uid="uid://7ivipmwaw24t"]
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cgwafs6ukpm7y" path="res://component/entity/ground/ground051.jpg" id="1_3ytcp"]
|
|
|
[ext_resource type="Script" path="res://run/levels/camera_tracker.gd" id="1_qdm47"]
|
|
@@ -23,8 +23,10 @@
|
|
|
[ext_resource type="PackedScene" uid="uid://c68bdcjpdm1y2" path="res://component/ui/pause/pause_menu.tscn" id="16_orqqe"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bmgwhm6ejsden" path="res://component/ui/victory/victory_menu.tscn" id="17_1u7wg"]
|
|
|
[ext_resource type="PackedScene" uid="uid://d6a3dml2i2qm" path="res://component/ui/input_prompts/jump/jump_container.tscn" id="17_6r3c0"]
|
|
|
-[ext_resource type="PackedScene" uid="uid://dl6fmkdlrcj53" path="res://component/ui/input_prompts/get_in/get_in_container.tscn" id="18_bejgn"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://dl6fmkdlrcj53" path="res://component/ui/input_prompts/get_in/get_in_prompt.tscn" id="18_bejgn"]
|
|
|
[ext_resource type="Script" path="res://flow/signal_wire/space_limit.gd" id="19_3qyrt"]
|
|
|
+[ext_resource type="PackedScene" uid="uid://bdtsbgujnsdkt" path="res://component/ui/input_prompts/get_out/get_out_prompt.tscn" id="21_nwcia"]
|
|
|
+[ext_resource type="Script" path="res://component/ui/input_prompts/prompt_container.gd" id="22_tmm3q"]
|
|
|
[ext_resource type="PackedScene" uid="uid://cqkond8xwtdv5" path="res://component/ui/hud/chocolate_gauge/chocolate_gauge.tscn" id="23_wh0jf"]
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ctk0t"]
|
|
@@ -439,7 +441,6 @@ script = ExtResource("8_iulsm")
|
|
|
|
|
|
[node name="InputPromptsCenter" type="CenterContainer" parent="UI"]
|
|
|
process_mode = 4
|
|
|
-visible = false
|
|
|
anchors_preset = 15
|
|
|
anchor_right = 1.0
|
|
|
anchor_bottom = 1.0
|
|
@@ -450,16 +451,27 @@ script = ExtResource("15_k0ijo")
|
|
|
[node name="InputPromptsCollection" type="VBoxContainer" parent="UI/InputPromptsCenter"]
|
|
|
layout_mode = 2
|
|
|
|
|
|
-[node name="MovePromptContainer" parent="UI/InputPromptsCenter/InputPromptsCollection" instance=ExtResource("15_wc547")]
|
|
|
+[node name="WalkPrompts" type="VBoxContainer" parent="UI/InputPromptsCenter/InputPromptsCollection"]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="MovePrompt" parent="UI/InputPromptsCenter/InputPromptsCollection/WalkPrompts" instance=ExtResource("15_wc547")]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="JumpPrompt" parent="UI/InputPromptsCenter/InputPromptsCollection/WalkPrompts" instance=ExtResource("17_6r3c0")]
|
|
|
layout_mode = 2
|
|
|
|
|
|
-[node name="JumpPromptContainer" parent="UI/InputPromptsCenter/InputPromptsCollection" instance=ExtResource("17_6r3c0")]
|
|
|
+[node name="GetInPromptContainer" parent="UI/InputPromptsCenter/InputPromptsCollection/WalkPrompts" instance=ExtResource("18_bejgn")]
|
|
|
+visible = false
|
|
|
layout_mode = 2
|
|
|
|
|
|
-[node name="GetInPromptContainer" parent="UI/InputPromptsCenter/InputPromptsCollection" instance=ExtResource("18_bejgn")]
|
|
|
+[node name="VehiclePrompts" type="VBoxContainer" parent="UI/InputPromptsCenter/InputPromptsCollection"]
|
|
|
visible = false
|
|
|
layout_mode = 2
|
|
|
|
|
|
+[node name="GetOutPrompt" parent="UI/InputPromptsCenter/InputPromptsCollection/VehiclePrompts" instance=ExtResource("21_nwcia")]
|
|
|
+layout_mode = 2
|
|
|
+script = ExtResource("22_tmm3q")
|
|
|
+
|
|
|
[node name="TitleScreen" parent="UI" instance=ExtResource("13_2xijd")]
|
|
|
|
|
|
[node name="PauseMenu" parent="UI" instance=ExtResource("16_orqqe")]
|
|
@@ -500,12 +512,13 @@ script = ExtResource("19_3qyrt")
|
|
|
transform = Transform3D(-1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0)
|
|
|
shape = SubResource("WorldBoundaryShape3D_cdiox")
|
|
|
|
|
|
-[connection signal="can_get_in" from="MainWalker" to="UI/InputPromptsCenter/InputPromptsCollection/GetInPromptContainer" method="set_visible"]
|
|
|
+[connection signal="can_get_in" from="MainWalker" to="UI/InputPromptsCenter/InputPromptsCollection/WalkPrompts/GetInPromptContainer" method="set_visible"]
|
|
|
[connection signal="chocolate_collected" from="MainWalker" to="UI/ChocolateGauge" method="_on_main_walker_chocolate_collected"]
|
|
|
[connection signal="focus_required" from="MainWalker" to="CameraTracker" method="_on_focus_required"]
|
|
|
[connection signal="got_in" from="MainWalker" to="MusicPlayer" method="_on_driver_got_in"]
|
|
|
-[connection signal="got_in" from="MainWalker" to="UI/InputPromptsCenter/InputPromptsCollection/GetInPromptContainer" method="hide"]
|
|
|
+[connection signal="got_in" from="MainWalker" to="UI/InputPromptsCenter" method="_on_main_walker_got_in"]
|
|
|
[connection signal="got_out" from="MainWalker" to="MusicPlayer" method="_on_driver_got_out"]
|
|
|
+[connection signal="got_out" from="MainWalker" to="UI/InputPromptsCenter" method="_on_main_walker_got_out"]
|
|
|
[connection signal="dir_changed" from="MainWalker/Control" to="MainWalker" method="_on_dir_changed"]
|
|
|
[connection signal="get_in_action" from="MainWalker/Control" to="MainWalker" method="_on_get_in_action"]
|
|
|
[connection signal="main_action" from="MainWalker/Control" to="MainWalker" method="_on_main_action"]
|