mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
Use ui_accept in ResourcePackContainer.gd (#431)
This commit is contained in:
@@ -42,7 +42,7 @@ func _process(_delta: float) -> void:
|
|||||||
grab_focus()
|
grab_focus()
|
||||||
else:
|
else:
|
||||||
focus_mode = Control.FOCUS_NONE
|
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()
|
select()
|
||||||
elif Input.is_action_just_pressed("ui_right") and selected and visible and config != {}:
|
elif Input.is_action_just_pressed("ui_right") and selected and visible and config != {}:
|
||||||
open_config_menu()
|
open_config_menu()
|
||||||
|
Reference in New Issue
Block a user