feat: overhaul controller menu accessibility
This commit is contained in:
parent
a7837c3711
commit
4f9c85989b
46 changed files with 4091 additions and 396 deletions
|
|
@ -29,6 +29,7 @@ var _selected: bool = false
|
|||
|
||||
func _ready() -> void:
|
||||
toggle_mode = true
|
||||
set_meta(&"controller_focus_inversion_disabled", true)
|
||||
_selected = button_pressed
|
||||
add_theme_font_override("font", UtilityPageStyle.TuffyFont)
|
||||
add_theme_font_size_override("font_size", FONT_SIZE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue