fix error flood due to misspelled input event

This commit is contained in:
betalars 2025-06-03 00:10:43 +02:00
parent e52cdc4b7a
commit 98d8d0152e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ var text_revealed: bool = false:
button.text = "skip scene"
elif is_node_ready():
button.text = "reveal full text (hold)"
action_prompt.action = "ui_next"
action_prompt.action = "skip"
text_revealed = value
## while this is true, a counter counts up to automatically proceed.
var aborted