Skip to content
New issue

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

Fix alpha in Label #214

Open
yancouto opened this issue Jan 19, 2024 · 0 comments
Open

Fix alpha in Label #214

yancouto opened this issue Jan 19, 2024 · 0 comments

Comments

@yancouto
Copy link
Member

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.

@yancouto yancouto added this to the Not essential for release milestone Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant