diff --git a/src/logic-scenes/misc/skip_control.gd b/src/logic-scenes/misc/skip_control.gd index a3e730f..9c8ccd1 100644 --- a/src/logic-scenes/misc/skip_control.gd +++ b/src/logic-scenes/misc/skip_control.gd @@ -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