revert removing export from progress variable
This commit is contained in:
parent
b745593eb7
commit
f7c8b84531
|
|
@ -33,7 +33,7 @@ var max_lines: float = 0
|
|||
|
||||
@export var paragraph_lengths: PackedInt32Array
|
||||
|
||||
var progress: float = 0:
|
||||
@export var progress: float = 0:
|
||||
set(value):
|
||||
progress = value
|
||||
if is_node_ready() and not all_text_revealed:
|
||||
|
|
|
|||
Loading…
Reference in New Issue