The speedrun timer, can now be paused (not fullgame marathons tho, cause uhhhhh yea)

This commit is contained in:
JHDev2006
2025-09-16 15:18:53 +01:00
parent e438354bf8
commit 2a26c6a7e7
4 changed files with 12 additions and 8 deletions

View File

@@ -28,8 +28,6 @@ func handle_inputs() -> void:
selected_index = clamp(selected_index, 0, options.size() - 1)
if Input.is_action_just_pressed("ui_accept"):
option_selected()
if Input.is_action_just_pressed("pause"):
close()
func option_selected() -> void:
emit_signal("option_" + str(selected_index + 1) + "_selected")