CustomHUD
CustomHUD copied to clipboard
Suggestion: Conditional support for theming
Allow usage of conditionals, like changing the background color of an element based on a variable
Hey! Diet for the long delay. This is mostly possible right now, if you use local theming instead of global theming.
Example:
==Section: TopLeft==
=if: x > 0=
=BackgroundColor: red=
=else=
=BackgroundColor: blue=
=endif=
Words
There's only a few things that are global only, and there's plans to make them all work locally.
If you mean changing theme mid line, that's also planned.