beta-1.2/signal-refactor (#1)

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-03-15 12:19:12 -06:00
parent 1c95315496
commit 86e3198645
22 changed files with 235 additions and 224 deletions

View File

@@ -39,7 +39,7 @@ func _process(_delta: float) -> void:
if !visible:
return
if Input.is_action_just_pressed("player_interact") and !InputManager.ShouldIgnoreAction("player_interact"):
if Input.is_action_just_pressed("player_interact"):
var finished := _proceed_dialogue()
if finished:
visible = false