mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
GameOver screen no longer allows 'right' button, only 'up' and 'down', can be scrolled. (#667)
This commit is contained in:
parent
830f02e8ed
commit
cd605ece65
1 changed files with 8 additions and 0 deletions
|
|
@ -73,12 +73,20 @@ layout_mode = 2
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 10
|
size_flags_vertical = 10
|
||||||
|
focus_neighbor_left = NodePath("../Control")
|
||||||
|
focus_neighbor_top = NodePath("../SelectableLabel2")
|
||||||
|
focus_neighbor_right = NodePath("../Control")
|
||||||
|
focus_neighbor_bottom = NodePath("../SelectableLabel2")
|
||||||
text = "MENU_CONTINUE"
|
text = "MENU_CONTINUE"
|
||||||
|
|
||||||
[node name="SelectableLabel2" parent="CanvasLayer/VBoxContainer" instance=ExtResource("5_l878x")]
|
[node name="SelectableLabel2" parent="CanvasLayer/VBoxContainer" instance=ExtResource("5_l878x")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
size_flags_vertical = 10
|
size_flags_vertical = 10
|
||||||
|
focus_neighbor_left = NodePath("../Control")
|
||||||
|
focus_neighbor_top = NodePath("../SelectableLabel")
|
||||||
|
focus_neighbor_right = NodePath("../Control")
|
||||||
|
focus_neighbor_bottom = NodePath("../SelectableLabel")
|
||||||
text = "PAUSE_QUIT"
|
text = "PAUSE_QUIT"
|
||||||
|
|
||||||
[node name="Timer" type="Timer" parent="."]
|
[node name="Timer" type="Timer" parent="."]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue