From 1f0663f39d317679879364e2ab44f164ec523551 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Wed, 28 Dec 2022 17:52:46 -0700 Subject: [PATCH] Fix focus order for buttons on end screen --- godot/assets/models/black_box/Slime.material | 4 ++-- godot/screens/EndScreen.tscn | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/godot/assets/models/black_box/Slime.material b/godot/assets/models/black_box/Slime.material index 9cf0a74..d1e97d9 100644 --- a/godot/assets/models/black_box/Slime.material +++ b/godot/assets/models/black_box/Slime.material @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61f3523e0beacc6808cf7710dfc2230475aa8e2710ec1ece5f83653c0d126690 -size 11622571 +oid sha256:4ee277b789a6ee22aefaf42abd9646928b73b1d2fc6167fa0cd09dcdf3f17b8f +size 11622561 diff --git a/godot/screens/EndScreen.tscn b/godot/screens/EndScreen.tscn index f5e997b..55404e2 100644 --- a/godot/screens/EndScreen.tscn +++ b/godot/screens/EndScreen.tscn @@ -42,14 +42,14 @@ margin_top = 40.0 margin_right = 208.0 margin_bottom = 76.0 focus_neighbour_top = NodePath("../RetryButton") -focus_neighbour_bottom = NodePath("../QuitButton") +focus_neighbour_bottom = NodePath("../CreditsButton") text = "Main Menu" [node name="CreditsButton" type="Button" parent="Menu"] margin_top = 80.0 margin_right = 208.0 margin_bottom = 116.0 -focus_neighbour_top = NodePath("../RetryButton") +focus_neighbour_top = NodePath("../MenuButton") focus_neighbour_bottom = NodePath("../QuitButton") text = "Credits" @@ -57,8 +57,8 @@ text = "Credits" margin_top = 120.0 margin_right = 208.0 margin_bottom = 156.0 -focus_neighbour_top = NodePath("../MenuButton") -focus_neighbour_bottom = NodePath("../PlayButton") +focus_neighbour_top = NodePath("../CreditsButton") +focus_neighbour_bottom = NodePath("../RetryButton") text = "Quit" [node name="Blackout" type="CanvasLayer" parent="."]