mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-30 21:31:17 +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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
uid://dbbd73i5odrjs
|
||||
uid://o2cnjam8bomr
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dsbwnp5hegnu3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dbbd73i5odrjs" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd" id="1_3nmfj"]
|
||||
[ext_resource type="Script" uid="uid://o2cnjam8bomr" path="res://addons/dialogic/Modules/DefaultLayoutParts/Layer_Glossary/glossary_popup_layer.gd" id="1_3nmfj"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_a3cyk"]
|
||||
bg_color = Color(0.12549, 0.12549, 0.12549, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue