Use ui_accept in ResourcePackContainer.gd (#431)

This commit is contained in:
Jeod 2025-09-28 11:41:09 -04:00 committed by GitHub
parent 6d23f9dcd4
commit 7ae8f97dde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ func _process(_delta: float) -> void:
grab_focus()
else:
focus_mode = Control.FOCUS_NONE
if Input.is_action_just_pressed("jump_0") and selected and visible:
if Input.is_action_just_pressed("ui_accept") and selected and visible:
select()
elif Input.is_action_just_pressed("ui_right") and selected and visible and config != {}:
open_config_menu()