|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=28 format=3 uid="uid://7ivipmwaw24t"]
|
|
|
+[gd_scene load_steps=30 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"]
|
|
@@ -16,9 +16,11 @@
|
|
|
[ext_resource type="PackedScene" uid="uid://da7q7i7pqa5pw" path="res://component/entity/primitives/long_bridge.tscn" id="13_06kfi"]
|
|
|
[ext_resource type="PackedScene" uid="uid://bohus0ptrc77h" path="res://component/entity/buildings/summit_gate/summit_gate.tscn" id="14_ky6m3"]
|
|
|
[ext_resource type="Texture2D" uid="uid://daewyr44tkkm0" path="res://effect/sky/sky_stk.jpg" id="15_5bqty"]
|
|
|
+[ext_resource type="Script" path="res://component/ui/input_prompts/input_prompts_center.gd" id="15_k0ijo"]
|
|
|
[ext_resource type="PackedScene" uid="uid://y4gc5uinkcqj" path="res://component/ui/input_prompts/move/move_container.tscn" id="15_wc547"]
|
|
|
[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="Script" path="res://flow/signal_wire/space_limit.gd" id="19_3qyrt"]
|
|
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ctk0t"]
|
|
@@ -398,14 +400,23 @@ script = ExtResource("8_iulsm")
|
|
|
|
|
|
[node name="UI" type="Node" parent="."]
|
|
|
|
|
|
-[node name="InputPrompts" type="CenterContainer" parent="UI"]
|
|
|
+[node name="InputPromptsCenter" type="CenterContainer" parent="UI"]
|
|
|
+process_mode = 4
|
|
|
+visible = false
|
|
|
anchors_preset = 15
|
|
|
anchor_right = 1.0
|
|
|
anchor_bottom = 1.0
|
|
|
grow_horizontal = 2
|
|
|
grow_vertical = 2
|
|
|
+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")]
|
|
|
+layout_mode = 2
|
|
|
|
|
|
-[node name="MoveContainer" parent="UI/InputPrompts" instance=ExtResource("15_wc547")]
|
|
|
+[node name="JumpPromptContainer" parent="UI/InputPromptsCenter/InputPromptsCollection" instance=ExtResource("17_6r3c0")]
|
|
|
layout_mode = 2
|
|
|
|
|
|
[node name="TitleScreen" parent="UI" instance=ExtResource("13_2xijd")]
|
|
@@ -453,7 +464,9 @@ shape = SubResource("WorldBoundaryShape3D_cdiox")
|
|
|
[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"]
|
|
|
[connection signal="start_game" from="UI/TitleScreen" to="MainWalker/Control" method="_on_title_screen_start_game"]
|
|
|
+[connection signal="start_game" from="UI/TitleScreen" to="UI/InputPromptsCenter" method="_on_title_screen_start_game"]
|
|
|
[connection signal="visibility_changed" from="UI/VictoryMenu" to="MainWalker/Control" method="_on_victory_menu_visibility_changed"]
|
|
|
+[connection signal="visibility_changed" from="UI/VictoryMenu" to="UI/InputPromptsCenter" method="_on_victory_menu_visibility_changed"]
|
|
|
[connection signal="body_shape_entered" from="Limits/BottomLimitArea" to="Limits/BottomLimitArea" method="_on_body_shape_entered"]
|
|
|
[connection signal="space_reached" from="Limits/BottomLimitArea" to="UI/VictoryMenu" method="_on_space_reached"]
|
|
|
[connection signal="body_shape_entered" from="Limits/TopLimitArea" to="Limits/TopLimitArea" method="_on_body_shape_entered"]
|