Can't find opacity option

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By poranmeu

Too much time ago I was using Godot 2.1 now I’m back to use 3

I’m using 3.2 alpha 2

I created a scene like this:

-Node2D > Camera2D > Sprite (using “static” texture, 1 png) > AnimationPlayer

I can’t find on animationplayer or sprite node, a opacity option to create a “splash screen” or “intro menu” animation.

I remember to use too much on 2.1, how can I do on 3.2 (actually alpha 2)

:bust_in_silhouette: Reply From: SIsilicon

Opacity huh?
Just animate the alpha channel of the Sprite’s modulate property. :slight_smile: