Hi there,
I am trying to make a Chat/ SMS like game in Godot (game like "Duskwood", "The Sign" etc.) where the game looks like a messenger UI with AI chat friends where you can give predifined answers to drive the story. For this I need to implement the messenger UI with a scroll view, message boxes with dynamic width and height, text with colored emojis within the text and so on. The game should be for mobile (Android and IOS)
I got a lot of questions about this, but the first, very important one is: How can I display text in a self-sizing textbox that contais text with colored emojis with it. How can I do this?