fix little focus issue in a level select popup

This commit is contained in:
Haze Weathers 2024-04-18 01:22:05 -04:00
parent 9bf8470d40
commit 69d5b2723f

View file

@ -943,6 +943,8 @@ alignment = 1
unique_name_in_owner = true unique_name_in_owner = true
margin_right = 49.0 margin_right = 49.0
margin_bottom = 10.0 margin_bottom = 10.0
focus_neighbour_top = NodePath(".")
focus_neighbour_bottom = NodePath(".")
size_flags_horizontal = 3 size_flags_horizontal = 3
text = "No way!" text = "No way!"
@ -950,6 +952,8 @@ text = "No way!"
margin_left = 57.0 margin_left = 57.0
margin_right = 113.0 margin_right = 113.0
margin_bottom = 10.0 margin_bottom = 10.0
focus_neighbour_top = NodePath(".")
focus_neighbour_bottom = NodePath(".")
size_flags_horizontal = 3 size_flags_horizontal = 3
text = "yeppers!" text = "yeppers!"