Updated dialogic

This commit is contained in:
MaddoScientisto 2026-01-05 16:00:41 +01:00
commit cbb82512ee
483 changed files with 5743 additions and 2177 deletions

View file

@ -122,7 +122,7 @@ func _on_dialogic_display_dialog_text_meta_hover_ended(_meta:String) -> void:
func _apply_export_overrides() -> void:
# Apply fonts
var font: FontFile
var font: Font
var global_font_setting: String = get_global_setting(&"font", '')
if font_use_global and ResourceLoader.exists(global_font_setting):
font = load(global_font_setting)