revert removing export from progress variable

This commit is contained in:
betalars 2026-01-22 15:52:03 +01:00
parent b745593eb7
commit f7c8b84531
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ var max_lines: float = 0
@export var paragraph_lengths: PackedInt32Array @export var paragraph_lengths: PackedInt32Array
var progress: float = 0: @export var progress: float = 0:
set(value): set(value):
progress = value progress = value
if is_node_ready() and not all_text_revealed: if is_node_ready() and not all_text_revealed: