feat: complete controller-first menu navigation

This commit is contained in:
Alexander Sellite 2026-08-08 14:23:28 -04:00
parent 26c9308fcf
commit 4ac7d5edb8
35 changed files with 2013 additions and 85 deletions

View file

@ -453,6 +453,7 @@ func _refresh_catalog() -> void:
func _make_entry(fish: FishDataType, discovered: bool) -> Button:
var entry := Button.new()
entry.set_meta(&"controller_focus_inversion_disabled", true)
entry.custom_minimum_size = CATALOG_ENTRY_SIZE
entry.size_flags_horizontal = Control.SIZE_SHRINK_CENTER
entry.size_flags_vertical = Control.SIZE_SHRINK_CENTER