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

@ -11,7 +11,7 @@ var item: TreeItem = null
func _ready() -> void:
hide()
%Character.resource_icon = load("res://addons/dialogic/Editor/Images/Resources/character.svg")
%Character.get_suggestions_func = get_character_suggestions
%Character.suggestions_func = get_character_suggestions
%WholeWords.icon = get_theme_icon("FontItem", "EditorIcons")
%MatchCase.icon = get_theme_icon("MatchCase", "EditorIcons")
@ -52,6 +52,9 @@ func open_existing(_item:TreeItem, info:Dictionary):
%Old.text = info.what
%New.text = info.forwhat
%MatchCase.button_pressed = info.case_sensitive
%WholeWords.button_pressed = info.whole_words
func _on_type_item_selected(index:int) -> void:
match index:
0: