Fix focus order for buttons on end screen

This commit is contained in:
Spencer Killen 2022-12-28 17:52:46 -07:00
parent 6bd864eee4
commit 1f0663f39d
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -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="."]