dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.35k stars 206 forks source link

The Tutorial Screen Flashes When A TimeLine Starts #2158

Closed FakerDomain closed 2 weeks ago

FakerDomain commented 1 month ago

The problem

Describe the bug Version:Dialogic2-alpha-13

If I make the program wait a second before I start a tiemline the tutorial screen always flashes first.

The tutorial screen, I mean this one: 图片

To Reproduce

  1. Make two characters with different name
  2. Make a timeline and for every character prepare some dialogues
  3. Make two simple Mark2D nodes in the main game scene
  4. Before start the timeline, create a timer to wait for 1 second.
  5. Start the timeline and register characters to Mark2D nodes, respectively.
  6. Then run the game

My code is like this: 图片

Screenshots 图片

System (please complete the following information):

Pheubel commented 1 month ago

Although i am not sure about it, i think that it might have a similar root problem as https://github.com/dialogic-godot/dialogic/issues/2170

Jowan-Spooner commented 3 weeks ago

@FakerDomain could you try this again with the current main branch? A bunch of changes to the textbubble layout have been made, so it would be useful to know whether this is still a problem or not. Thank you very much!

FakerDomain commented 2 weeks ago

@FakerDomain could you try this again with the current main branch? A bunch of changes to the textbubble layout have been made, so it would be useful to know whether this is still a problem or not. Thank you very much!

Sorry for replying so late, I have tried the main branch, and it seems that problem shows no more. I really appreciate your help!!~