If you do a change_scene is the transparency lost?
In my demo I want to have a label pop up that says you won. So I have an IF statement that says if monsters < 1 then:
get_tree().change_scene("res://UI/EndScreen.tscn")
This works fine except that the Control, MarginContainer, and CenterContainer (I've tried all three) nodes all have a dark grey background that covers the screen framing the text. I don't have any theme set or any colors picked. I simply want the text to be posted on the screen that says you've won and am using those containers to center the message.
Any ideas how to fix this? I'm using version 3.4.3.