Display animated image in RichTextLabel

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ithersta

Is it possible to have an animated image (spritesheet or .gif) in RichTextLabel? How to do it?

:bust_in_silhouette: Reply From: njamster

No. You’ll have to use a RichTextLabel for the text and a TextureRect with an AnimatedTexture for the image.