Elektrine lite

← Feed

@memoriesin8bit@mastodon.gamedev.place

Post #2895242

2026-05-11 12:36 UTC

@tracefree@mastodon.gamedev.place okay but what if I wanna show in between is a text on top of a custom stylebox? does that work, too?

Replies (1)

  • @memoriesin8bit@mastodon.gamedev.place @tracefree@mastodon.gamedev.place You'd have to externally render the images, though honestly that's not that hard to do in engine: create a SubViewport that contains a Panel for your StyleBox and Label for the contained text, then grab it's texture and use get_image() to store a PNG.

    Open ##2895243