Skip to content

Commit

Permalink
game-layout: tweak several to have 16:9 camera views
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Dec 6, 2023
1 parent 690d49a commit f68e16e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/graphics/game-layout/16x9-1p.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
left: '0px',
top: !online && crowdCam ? '150px' : '0px',
width: '533px',
height: !online && crowdCam ? '400px' : '550px',
height: !online && crowdCam ? '250px' : '300px',
}"
/>

Expand Down Expand Up @@ -69,7 +69,7 @@
class="Fixed"
:style="{
left: '0px',
top: '550px',
top: '300px',
width: '533px',
}"
>
Expand Down
14 changes: 7 additions & 7 deletions src/graphics/game-layout/16x9-2p.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}"
/>
<template v-else>
Expand Down Expand Up @@ -79,7 +79,7 @@
:style="{
left: '0px',
top: '540px',
width: '660px',
width: '605px',
}"
>
<player :slot-no="0" />
Expand All @@ -91,9 +91,9 @@
<div
class="Fixed FlexColumn"
:style="{
left: '1260px',
left: '1315px',
top: '540px',
width: '660px',
width: '605px',
height: '400px',
}"
>
Expand Down Expand Up @@ -155,7 +155,7 @@
:style="{
left: '0px',
top: '674px',
width: '660px',
width: '605px',
height: '266px',
}"
/>
Expand Down
6 changes: 3 additions & 3 deletions src/graphics/game-layout/4x3-1p.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
left: '0px',
top: !online && crowdCam ? '114px' : '0px',
width: '668px',
height: !online && crowdCam ? '313px' : '427px',
height: !online && crowdCam ? '262px' : '376px',
}"
/>

Expand All @@ -42,9 +42,9 @@
class="Fixed FlexColumn BorderBottom"
:style="{
left: '0px',
top: '427px',
top: '376px',
width: '668px',
height: '343px',
height: '394px',
}"
>
<player />
Expand Down
6 changes: 3 additions & 3 deletions src/graphics/game-layout/gba-1p.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
left: '0px',
top: !online && crowdCam ? '142px' : '0px',
width: '512px',
height: !online && crowdCam ? '323px' : '465px',
height: !online && crowdCam ? '181px' : '288px',
}"
/>

Expand All @@ -42,9 +42,9 @@
class="Fixed FlexColumn BorderBottom"
:style="{
left: '0px',
top: '465px',
top: '288px',
width: '512px',
height: '351px',
height: '528px',
}"
>
<player />
Expand Down

0 comments on commit f68e16e

Please sign in to comment.