Refactor signal logic

This commit is contained in:
2026-03-15 13:06:21 -05:00
parent 1c95315496
commit 8bcf406576
21 changed files with 234 additions and 223 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