I want to view two games in one screen

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

Hello,
i have a server where players send their rest-calls with a game-id and I read them in my Godot-Api to display them. Is there a way to display multiple games in a single Application-Window?

:bust_in_silhouette: Reply From: Luftensteiner

Well…
I have found the solution myself.

Made a new Scene where I have a HBoxContainer with multiple ViewportContainers and Viewports. Inside them i made new instances from my Game-scene.