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