Hello!
I was wondering what is the best way to create a fade effect from two sprites (slowly changing from frame 1 to frame 2)? just like using modulate property on colorectangle but forsprites. I am struggling to find a tutorial on this.
Thanks for both answers, I am kinda lazy so I don’t want to edit every sprites I’d like to modulate so I’ll go for using two sprites and animating them by modulate the opacity of the glowing sprite.