0 votes

I have a Label node with outlined text that I want to be slightly transparent (I'm altering this using the "modulate" tab). Upon lowering the opacity of outlined text, you see this ugly inner outline shown below.

How do you get transparent text without this weird inner stroke? Photoshop has options like "outer stroke" and "inner stroke", but I can't find any options like this in Godot.

Some text at 100% opacity and then the same font/outline at 50% opacity

Godot version 3.4.2.stable
in Engine by (30 points)

I don't have that Issue. Maybe you can try another font?

1 Answer

–2 votes

Hello,

try this:

$Label.modulate.a = .5

For whatever your label is called. That should be 50% transparent.

by (2,055 points)

You didn't read my question.

Well I did.

And I tried my answer and it shows the text as slightly transparent.

Like this

Or am I missing the point?

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected]dotengine.org with your username.