0 votes

Previously, I changed the visibile for the appearance of the Sprite. Now I want it to appear gradually

in Engine by (17 points)

1 Answer

0 votes
Best answer

You can adjust the alpha value of the sprite's self_modulate property. So, something like this:

$Sprite.self_modulate.a = 0.5

The above will set the alpha value to 50%. To animate the change, you can drive that value via a Tween or an AnimationPlayer....

by (19,302 points)
selected by
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] with your username.