From f68e16e0824d293b243b03dff911b388b9ca5226 Mon Sep 17 00:00:00 2001 From: zoton2 Date: Wed, 6 Dec 2023 14:24:53 +0100 Subject: [PATCH] game-layout: tweak several to have 16:9 camera views --- src/graphics/game-layout/16x9-1p.vue | 4 ++-- src/graphics/game-layout/16x9-2p.vue | 14 +++++++------- src/graphics/game-layout/4x3-1p.vue | 6 +++--- src/graphics/game-layout/gba-1p.vue | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/graphics/game-layout/16x9-1p.vue b/src/graphics/game-layout/16x9-1p.vue index aab8553f..932d5125 100644 --- a/src/graphics/game-layout/16x9-1p.vue +++ b/src/graphics/game-layout/16x9-1p.vue @@ -33,7 +33,7 @@ left: '0px', top: !online && crowdCam ? '150px' : '0px', width: '533px', - height: !online && crowdCam ? '400px' : '550px', + height: !online && crowdCam ? '250px' : '300px', }" /> @@ -69,7 +69,7 @@ class="Fixed" :style="{ left: '0px', - top: '550px', + top: '300px', width: '533px', }" > diff --git a/src/graphics/game-layout/16x9-2p.vue b/src/graphics/game-layout/16x9-2p.vue index 8c76911b..a61ba33b 100644 --- a/src/graphics/game-layout/16x9-2p.vue +++ b/src/graphics/game-layout/16x9-2p.vue @@ -31,10 +31,10 @@ id="CameraCapture1" class="Capture BorderTop BorderRight BorderLeft" :style="{ - left: '660px', + left: '605px', top: '540px', - width: '600px', - height: crowdCam ? '260px' : '400px', + width: '710px', + height: crowdCam ? '260px' : '400px', }" />