You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, Quad shouldn't even have the Alpha component. I've tidied it up to remove the components you can't use. Quad (and Mesh) alpha should be set per vertice in the alphas array.
on phaser v3.15.1
quad.alpha = .5;
quad.setAlpha(.5, .5, .5, .5);
quad.setAlpha(.5)
don't have any effect
The text was updated successfully, but these errors were encountered: