From 816337ede5750bdfafd7df3e04b0ba3691d42ac7 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 25 Jan 2024 12:12:58 +0100 Subject: [PATCH] Resized viewport --- client/world/Client.tscn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/world/Client.tscn b/client/world/Client.tscn index db94b95..5e5da19 100644 --- a/client/world/Client.tscn +++ b/client/world/Client.tscn @@ -97,11 +97,10 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 stretch = true -stretch_shrink = 3 [node name="SubViewport" type="SubViewport" parent="Viewport"] handle_input_locally = false -size = Vector2i(384, 216) +size = Vector2i(1152, 648) render_target_update_mode = 4 [node name="CameraPivot" type="Node3D" parent="Viewport/SubViewport"]