Hi, I have a very strange problem, I have a scene with a ColorRect with a transparency of 50% when I do an addChild () of that scene in another scene, the color looks opaque without the transparency. I tried making a texture with a transparent png and the same thing happens to me.
If I add the scene in the editor and not by code the transparency if it works
I don't understand why this happens.
my code is:
var lose_scn = load("res://screens/lose.tscn")
add_child(lose_scn.instance())
Video: https://drive.google.com/file/d/1xdnRVffu8OLn0rgVPxUUKCET_ih_ZYLK/view?usp=sharing
I appreciate the help