Skip to content

Commit

Permalink
Make sure commentators names are in correct order on new 1p layout
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Feb 16, 2024
1 parent 873d7a4 commit c78b3a7
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/graphics/game-layout/1p-esaw24.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
:pronouns="reader.pronouns"
/>
<participant-info
v-for="commentator of comms"
v-for="commentator of comms.slice(0).reverse()"
:key="commentator.name"
type="commentator"
:name="commentator.name"
Expand Down Expand Up @@ -97,22 +97,6 @@
/>
</div>

<!-- Player/Commentators -->
<!--<div
class="Fixed FlexColumn"
:style="{
left: '0px',
top: '843px',
width: '673px',
height: '157px',
'justify-content': 'flex-start',
}"
>
<player />
<commentators-reader />
<commentators-reader show-reader />
</div>-->

<!-- Media Box -->
<media-box
class="BorderLeft BorderTop"
Expand Down

0 comments on commit c78b3a7

Please sign in to comment.