@@ -59,33 +59,33 @@ margin_right = 260.0
5959margin_bottom = 122.0
6060rect_min_size = Vector2 ( 260 , 0 )
6161focus_neighbour_top = NodePath ("../Quit" )
62- focus_neighbour_bottom = NodePath ("../Restart " )
63- text = "Continue Level "
62+ focus_neighbour_bottom = NodePath ("../Options " )
63+ text = "Continue"
6464
65- [node name ="Restart " type ="Button" parent ="Control/CenterContainer/VBoxContainer" ]
65+ [node name ="Options " type ="Button" parent ="Control/CenterContainer/VBoxContainer" ]
6666margin_top = 137.0
6767margin_right = 260.0
6868margin_bottom = 167.0
6969rect_min_size = Vector2 ( 260 , 0 )
7070focus_neighbour_top = NodePath ("../Continue" )
71- focus_neighbour_bottom = NodePath ("../Options " )
72- text = "Restart Level "
71+ focus_neighbour_bottom = NodePath ("../Restart " )
72+ text = "Options "
7373
74- [node name ="Options " type ="Button" parent ="Control/CenterContainer/VBoxContainer" ]
74+ [node name ="Restart " type ="Button" parent ="Control/CenterContainer/VBoxContainer" ]
7575margin_top = 182.0
7676margin_right = 260.0
7777margin_bottom = 212.0
7878rect_min_size = Vector2 ( 260 , 0 )
79- focus_neighbour_top = NodePath ("../Restart " )
79+ focus_neighbour_top = NodePath ("../Options " )
8080focus_neighbour_bottom = NodePath ("../Abort" )
81- text = "Options "
81+ text = "Restart Level "
8282
8383[node name ="Abort" type ="Button" parent ="Control/CenterContainer/VBoxContainer" ]
8484margin_top = 227.0
8585margin_right = 260.0
8686margin_bottom = 257.0
8787rect_min_size = Vector2 ( 260 , 0 )
88- focus_neighbour_top = NodePath ("../Options " )
88+ focus_neighbour_top = NodePath ("../Restart " )
8989focus_neighbour_bottom = NodePath ("../Quit" )
9090text = "Abort Level"
9191
@@ -103,10 +103,10 @@ text = "Save and Quit"
103103[connection signal ="visibility_changed" from ="Control" to ="." method ="_on_Control_visibility_changed" ]
104104[connection signal ="mouse_entered" from ="Control/CenterContainer/VBoxContainer/Continue" to ="." method ="_on_Continue_mouse_entered" ]
105105[connection signal ="pressed" from ="Control/CenterContainer/VBoxContainer/Continue" to ="." method ="_on_Continue_pressed" ]
106- [connection signal ="mouse_entered" from ="Control/CenterContainer/VBoxContainer/Restart" to ="." method ="_on_Restart_mouse_entered" ]
107- [connection signal ="pressed" from ="Control/CenterContainer/VBoxContainer/Restart" to ="." method ="_on_Restart_pressed" ]
108106[connection signal ="mouse_entered" from ="Control/CenterContainer/VBoxContainer/Options" to ="." method ="_on_Options_mouse_entered" ]
109107[connection signal ="pressed" from ="Control/CenterContainer/VBoxContainer/Options" to ="." method ="_on_Options_pressed" ]
108+ [connection signal ="mouse_entered" from ="Control/CenterContainer/VBoxContainer/Restart" to ="." method ="_on_Restart_mouse_entered" ]
109+ [connection signal ="pressed" from ="Control/CenterContainer/VBoxContainer/Restart" to ="." method ="_on_Restart_pressed" ]
110110[connection signal ="mouse_entered" from ="Control/CenterContainer/VBoxContainer/Abort" to ="." method ="_on_Abort_mouse_entered" ]
111111[connection signal ="pressed" from ="Control/CenterContainer/VBoxContainer/Abort" to ="." method ="_on_Abort_pressed" ]
112112[connection signal ="mouse_entered" from ="Control/CenterContainer/VBoxContainer/Quit" to ="." method ="_on_Quit_mouse_entered" ]
0 commit comments