![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | tomadimitrie |
Here is my node layout:
Node2D
|- HBoxContainer
|-ViewportContainer
|-Viewport
|- Camera2D
|- Node2D (the linked scene)
|-ViewportContainer
|- Viewport
|- Camera2D
|- Node2D (the linked scene)
The linked scene looks like this:
Node2D
|- CanvasLayer
|- ColorRect
They do not show neither in the editor nor while running (they are black). The Camera2D
s are set as current. The ViewportContainer
s take half of the screen by using size flags and have the “Stretch” property enabled.