mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 03:11:15 +00:00
Updated dialogic
This commit is contained in:
parent
1d11462073
commit
cbb82512ee
483 changed files with 5743 additions and 2177 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue