This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+1 vote

I'm using a RichTextLabel for a dialogue box. I've set it up to type letters at a time, like what you would see in a visual novel.
func _on_Timer_timeout():
set_visible_characters(get_visible_characters()+1)

However, when using this with BBCode enabled, underlined or strike-through text have the lines show up ahead of the letters, like so:

I've tried using visiblepercent, but that yields the same result. Is there any way to use visiblecharacters or something similar in tandem with BBCode formatting without it looking strange?

in Engine by (13 points)
edited by

it looks a bug to me. report it on github.
https://github.com/godotengine/godot/issues/new

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.