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

@ -346,7 +346,7 @@ func _on_inheritance_index_pressed(index:int) -> void:
func _on_start_styling_button_pressed() -> void:
var new_style := DialogicUtil.get_fallback_style().clone()
var new_style := DialogicStylesUtil.get_fallback_style().clone()
find_parent('EditorView').godot_file_dialog(
add_style_undoable.bind(new_style),