focustense / StardewUI

UI/widget library for Stardew modding
MIT License
5 stars 1 forks source link

View opacity #57

Closed focustense closed 2 days ago

focustense commented 2 days ago

Want this for a demo but it's something that HTML and some other frameworks already have: the ability to set an opacity value that makes that entire part of the tree transparent. If descendants specify their own opacity, the effect is cumulative.

It should be possible to do with XNA/MonoGame's blend system, though it's probably not going to be as easy as one would hope.