Skip to content

Commit

Permalink
esaw24-16x9-1p: make participants smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Feb 19, 2024
1 parent d1c8126 commit dbdd3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/game-layout/esaw24-16x9-1p.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<layout-base
:camera-height="thisEvent === 2 ? `550px` : undefined"
:camera-extra-box="thisEvent === 2"
:participants-zoom="0.85"
/>
</template>

Expand Down
2 changes: 2 additions & 0 deletions src/graphics/game-layout/esaw24-base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'align-items': 'flex-end',
padding: '25px',
'padding-bottom': '25px',
zoom: participantsZoom || 1,
}
">
<div
Expand Down Expand Up @@ -168,6 +169,7 @@ export default class extends Vue {
@Prop({ type: String, required: false }) cameraWidth!: string | undefined;
@Prop({ type: String, required: false }) cameraHeight!: string | undefined;
@Prop({ type: String, required: false }) participantsHeight!: string | undefined;
@Prop({ type: Number, required: false }) participantsZoom!: number | undefined;
@Prop({ type: Boolean, default: true }) participantsBorderBottom!: boolean;
@Prop({ type: Boolean, default: false }) cameraExtraBox!: boolean;
@Prop({ type: String, required: false }) gameInfoMediaBoxTop!: string | undefined;
Expand Down

0 comments on commit dbdd3dc

Please sign in to comment.