revamped key rebinding system

This commit is contained in:
2025-06-06 11:11:52 +10:00
parent 4a21701a35
commit c44a730b59
1547 changed files with 6435 additions and 17228 deletions

View File

@ -1,4 +1,4 @@
extends Control
class_name KeybindPopup extends Control
signal event_detected(event: InputEvent)
@ -12,4 +12,3 @@ func _input(event: InputEvent) -> void:
found_event = true
event_detected.emit(event)
queue_free()