revert removing export from progress variable
This commit is contained in:
parent
3cbd6a2302
commit
8df484df04
|
|
@ -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