mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
Merge branch 'main' of https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user