Skip to content

Commit

Permalink
esaw24-eldenring-bingo: convert bingo card spot into actual game capt…
Browse files Browse the repository at this point in the history
…ure spot
  • Loading branch information
zoton2 committed Feb 22, 2024
1 parent 389c229 commit 9cc15fa
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/graphics/game-layout/esaw24-eldenring-bingo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
height: '780px',
}"
/>
<game-capture
id="GameCapture2"
:style="{
left: '0px',
top: '455px',
width: '533px',
height: '485px',
}"
/>

<!-- Camera Captures -->
<div
Expand Down Expand Up @@ -91,11 +100,6 @@
</div>
</div>

<div
class="Fixed Capture"
:style="{ left: '0px', top: '455px', width: '533px', height: '485px' }"
/>

<!-- Run Game Info/Timer -->
<div
class="Fixed Flex BorderLeft"
Expand Down

0 comments on commit 9cc15fa

Please sign in to comment.