Pause Menu and navigation

This commit is contained in:
2025-07-28 14:29:51 +02:00
parent 6b6b183da6
commit feed8d0786
7 changed files with 211 additions and 45 deletions

View File

@ -508,12 +508,6 @@ curve = SubResource("Curve2D_6abe5")
wait_time = 1.5
autostart = true
[node name="SidePanel" parent="." instance=ExtResource("67_rec5e")]
offset_left = -2.0
offset_top = 583.0
offset_right = 1152.0
offset_bottom = 647.0
[node name="TrapArea" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="TrapArea"]
@ -553,4 +547,9 @@ shape = SubResource("RectangleShape2D_4tlg5")
position = Vector2(1072.5, 230)
shape = SubResource("RectangleShape2D_sglle")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="SidePanel" parent="CanvasLayer" instance=ExtResource("67_rec5e")]
size_flags_horizontal = 6
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]