Add background color in main screen plugin

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By echodoc

So i instancing a control after _enter_tree() called. That control is a scene and inside a scene have panel with new color. But when i activated the plugin, every panel color in the scene is not rendered.

is there any things i can do for create a background color in main screen plugin

:bust_in_silhouette: Reply From: echodoc

I found the solution.
It just don’t make panel layout to full rect (resize it by code in _ready())