Hello,my English is not very good, so I am using AI to explain this.Hello my friend, I sincerely ask for your guidance on how to implement the dialog-box style shown in the image—I'm too slow to figure it out myself.
First of all, create a new text object and store it in the subtitles variable.
Below is an example:
subtitles = CreateText()
subtitles.SetSize(30)
subtitles.SetAnchor(0.5,0.25)
subtitles.SetFace(dilate=0.2)
subtitles.SetOutline(color=black,width=0.3)
subtitles.SetFrontLayer(true)
Then, you can use it in the following steps like this:
subtitles.Add(text="I'm manaka.", delay=0, fadein=0, duration=5, fadeout=0.1)
The variable name subtitles is customizable.
I hope this information is useful to you.
Last edited: