Skip to content

Commit

Permalink
Game Layout: make camera on 5:2 1 Player thinner
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Jul 19, 2020
1 parent d06eeab commit 9aeb615
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified player-templates/5x2-1player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/graphics/game-layout/5x2-1p.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
id="CameraCapture1"
class="Capture BorderRight BorderLeft"
:style="{
left: '711px',
left: '755px',
top: '768px',
width: '498px',
width: '410px',
height: '232px',
}"
/>
Expand All @@ -31,7 +31,7 @@
:style="{
left: '0px',
top: '768px',
width: '711px',
width: '755px',
}"
>
<player />
Expand All @@ -41,9 +41,9 @@
<div
class="Fixed FlexColumn"
:style="{
left: '1209px',
left: '1165px',
top: '768px',
width: '711px',
width: '755px',
height: '187px',
}"
>
Expand All @@ -70,7 +70,7 @@
:style="{
left: '0px',
top: '818px',
width: '711px',
width: '755px',
height: '182px',
}"
/>
Expand All @@ -79,9 +79,9 @@
<donation-bar
:padding="7"
:style="{
left: '1209px',
left: '1165px',
top: '955px',
width: '711px',
width: '755px',
height: '45px',
}"
/>
Expand Down

0 comments on commit 9aeb615

Please sign in to comment.