We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the label has an outline (or in general self-intersects) and has partial alpha, the alpha multiplies and looks ugly.
For some reason there's no easy way to fix this in Label and you need to use CanvasGroup with the Label inside.
CanvasGroup
Now that we haven't done this anywhere, it's hard to do
See 64c4efc for more info.
The solution would be to change ALL locations that change modulate to reparent those nodes for a CanvasGroup and use self_modulate instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the label has an outline (or in general self-intersects) and has partial alpha, the alpha multiplies and looks ugly.
For some reason there's no easy way to fix this in Label and you need to use
CanvasGroup
with the Label inside.Now that we haven't done this anywhere, it's hard to do
See 64c4efc for more info.
The solution would be to change ALL locations that change modulate to reparent those nodes for a CanvasGroup and use self_modulate instead.
The text was updated successfully, but these errors were encountered: