Hi,
I know you can embed an image inside a RichTextLabel like this:
$RichTextLabel.bbcode_text += "[img]data/thumb.png[/img] "
but what if I don't have the image saved inside my project, I have an image I have created at run-time which is saved in a variable, and I want to embed this image in the RichTextLabel, is there a way to do this?