example dialogue balloon loads right away but the project settings custom balloon delays with same visuals #707
Unanswered
PhoenixAstra1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
**For some reason the example_balloon I can make to have my SAME visuals as the custom from project settings, tools, and create copy of dialogue balloon. But everytime it opens the call on the custom balloon it lags???
DialogueManager.show_example_dialogue_balloon(load("res://Dialogue/example.dialogue"), "test")
for the example and for the custom:
DialogueManager.show_dialogue_balloon(load("res://Dialogue/example.dialogue"), "test")
and I have course change to the correct balloon tscn in the project settings. I'm just not understanding why this is happening or what I am doing wrong(thanks if anyone can help!)**
Huh, copying the example balloon differently directly and removing the class_name worked, and switching it to custom in tscn. Weird. Doing it with tools---> how we are supposed to create copys have issues. Interesting...
Beta Was this translation helpful? Give feedback.
All reactions