@bryce@mastodon.brycedixon.dev
Post #2895243
2026-05-11 12:58 UTC
@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.
Replies (1)
-
@yurisizov@mastodon.gamedev.place 2026-05-11 13:04
@bryce@mastodon.brycedixon.dev @memoriesin8bit@mastodon.gamedev.place @tracefree@mastodon.gamedev.place (That's not true at all 👀)