mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 03:55:55 +00:00
Updated dialogic
This commit is contained in:
parent
1d11462073
commit
cbb82512ee
483 changed files with 5743 additions and 2177 deletions
|
|
@ -82,7 +82,8 @@ func _on_dialogic_text_event(info:Dictionary):
|
|||
|
||||
bubble_to_use.current_character = info.character
|
||||
bubble_to_use.node_to_point_at = node_to_point_at
|
||||
bubble_to_use.reset()
|
||||
if not bubble_to_use.visible:
|
||||
bubble_to_use.reset()
|
||||
if has_node('TextBubbleLayer'):
|
||||
get_node("TextBubbleLayer").bubble_apply_overrides(bubble_to_use)
|
||||
bubble_to_use.open()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue