diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-05-23 14:11:43 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-05-23 14:11:43 +0200 |
commit | 06647b11ee163bc40daf454d87e1fcae563c3ced (patch) | |
tree | 866823ed79fa1c3bbdcb8b0be417f028f0c92d9b /Dialogs/VisualNovelTextbox/vn_textbox_layer.gd | |
parent | 276b7664bd4a475a3ca93a682c16b49c504c58f7 (diff) |
update
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: |