From 06647b11ee163bc40daf454d87e1fcae563c3ced Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 23 May 2024 14:11:43 +0200 Subject: update --- Dialogs/VisualNovelTextbox/vn_textbox_layer.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dialogs/VisualNovelTextbox/vn_textbox_layer.gd') 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: -- cgit v1.2.3