mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Updated dialogic
This commit is contained in:
parent
1d11462073
commit
cbb82512ee
483 changed files with 5743 additions and 2177 deletions
|
|
@ -19,7 +19,6 @@ func _ready() -> void:
|
|||
func open() -> void:
|
||||
get_parent().popup_centered_ratio(0.5)
|
||||
get_parent().mode = Window.MODE_WINDOWED
|
||||
get_parent().move_to_foreground()
|
||||
get_parent().grab_focus()
|
||||
|
||||
|
||||
|
|
@ -108,7 +107,7 @@ func _on_update_manager_downdload_completed(result:int):
|
|||
func _on_resources_reimported(resources:Array) -> void:
|
||||
if is_inside_tree():
|
||||
await get_tree().process_frame
|
||||
get_parent().move_to_foreground()
|
||||
get_parent().grab_focus()
|
||||
|
||||
|
||||
func markdown_to_bbcode(text:String) -> String:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue