aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-25 23:39:56 +0200
committertpart <tpart120@proton.me>2024-06-25 23:39:58 +0200
commit1a4edb61ad5454b76b5dc8e8a66db82b97beec41 (patch)
treea85fef43a67f8a35dea5975fa5402a1dd9c8ec1b
parente44fc66e0d565a1103e22723145d63fbecc876d9 (diff)
downloadhurrycurry-1a4edb61ad5454b76b5dc8e8a66db82b97beec41.tar
hurrycurry-1a4edb61ad5454b76b5dc8e8a66db82b97beec41.tar.bz2
hurrycurry-1a4edb61ad5454b76b5dc8e8a66db82b97beec41.tar.zst
Fix: Move scene transition element to foreground in chef selection scene
-rw-r--r--client/menu/character_menu.tscn8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/menu/character_menu.tscn b/client/menu/character_menu.tscn
index 29c9c88f..cad0cb35 100644
--- a/client/menu/character_menu.tscn
+++ b/client/menu/character_menu.tscn
@@ -31,10 +31,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 1.75)
[node name="Character" parent="." instance=ExtResource("3_odq7n")]
-[node name="SceneTransition" parent="." instance=ExtResource("4_c0ocf")]
-visible = false
-layout_mode = 1
-
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
@@ -115,6 +111,10 @@ grow_vertical = 2
size_flags_vertical = 8
text = "Back"
+[node name="SceneTransition" parent="." instance=ExtResource("4_c0ocf")]
+visible = false
+layout_mode = 1
+
[connection signal="text_changed" from="VBoxContainer/top_panel/a/username" to="." method="_on_username_text_changed"]
[connection signal="pressed" from="VBoxContainer/Spacer/VBoxContainer/HBoxContainer/Back" to="." method="_on_character_back_pressed"]
[connection signal="pressed" from="VBoxContainer/Spacer/VBoxContainer/HBoxContainer/Forward" to="." method="_on_character_forward_pressed"]