fix error flood due to misspelled input event
This commit is contained in:
parent
e52cdc4b7a
commit
98d8d0152e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue