ok, working now, wanna just get unbinding working

This commit is contained in:
JHDev2006
2025-09-29 14:57:22 +01:00
parent 00015d2650
commit 99b9de4dad
5 changed files with 36 additions and 28 deletions

View File

@@ -113,7 +113,7 @@ func show_best_time() -> void:
func _process(_delta: float) -> void:
if can_transition:
if Input.is_action_just_pressed("jump_0"):
if Input.is_action_just_pressed("ui_accept"):
transition()
func _exit_tree() -> void: