Elektrine lite

← Feed

@yurisizov@mastodon.gamedev.place

Post #2895235

2026-05-11 12:32 UTC

@memoriesin8bit@mastodon.gamedev.place Well, depends on how much you need to customize the looks. You should probably look into RichTextLabel regardless, though. For specialized text styling you can create custom BBCode tags a.k.a. effects. And with good ole string interpolation you can even insert images.

Replies (1)

  • @yurisizov@mastodon.gamedev.place Yeah images is what I'm looking for - but may not be enough. It's kinda complex as I generally try to show icons (i.e. a small image), but if there is an input outside any soft of expected range (like the 16th axis of a DirectInput Controller) it may show the thing as text inside a stylebox that emulates the look of the icon...

    Open ##2895236