Godot Version
v4.3.stable.arch_linux
Question
I’ve made a “Game_Over_UI” scene that is shown when the player dies, it is as follows:
I also made a “Upgrade_UI” scene that is as follows:
The two scenes are in the “Main_Scene” scene which is as follows:
My problem is that when the two scenes are a child of the “Main_Scene” the “BG” ColorRect is invisible, For example on the “Game_Over_UI” scene:
Normal:
On “Main_Scene” (I took it a little bit crooked):
Even when I try to make the ColorRect visible by code on the “Main Scene”, it still doesn’t show.
Is there any way to fix this issue? Thanks in advance
PD: I am not a native English speaker, I apologize for any misspelt word or incorrect sentence