diff options
Diffstat (limited to 'Dialogs/VisualNovelTextbox/vn_textbox_layer.gd')
-rw-r--r-- | Dialogs/VisualNovelTextbox/vn_textbox_layer.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dialogs/VisualNovelTextbox/vn_textbox_layer.gd b/Dialogs/VisualNovelTextbox/vn_textbox_layer.gd index d560305..fd995f8 100644 --- a/Dialogs/VisualNovelTextbox/vn_textbox_layer.gd +++ b/Dialogs/VisualNovelTextbox/vn_textbox_layer.gd @@ -183,7 +183,7 @@ func _apply_export_overrides() -> void: name_label_panel.grow_horizontal = [1, 2, 0][name_label_alignment] ## NEXT INDICATOR SETTINGS - var next_indicator: DNextIndicator = %NextIndicator + var next_indicator: DialogicNode_NextIndicator = %NextIndicator next_indicator.enabled = next_indicator_enabled if next_indicator_enabled: |