Page 1 of 1
Access to transparent sprites for custom gui
Posted: Mon Oct 20, 2025 6:47 pm
by TBC_x
I'm making custom gui for a scenario and I would like to have access to transparent icons like they are displayed in empty assemblers or ghost items

- ghost_items.png (33.75 KiB) Viewed 114 times
Re: Access to transparent sprites for custom gui
Posted: Tue Oct 21, 2025 3:42 am
by Osmo
+1, its essential for replicating item/inventory slots and can be useful for other stuff
Re: Access to transparent sprites for custom gui
Posted: Tue Oct 21, 2025 4:28 am
by Rseding91
A technical detail: the base game simply sets transparency to 50% or so when rendering filters, there aren’t special sprites for these.
Re: Access to transparent sprites for custom gui
Posted: Tue Oct 21, 2025 6:13 am
by TBC_x
I haven't found any way to apply transparency on a sprite