Skip to content

Commit

Permalink
Display Best Of pills in testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkView committed Jan 10, 2025
1 parent 8cf786b commit 6177f01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/testing/testing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ export class TestingComponent implements AfterViewInit {
{ type: "timeout", wasAttack: true, round: 10 },
];

this.matchData.mapsNeeded = 3;
this.matchData.mapsWonLeft = 2;
this.matchData.mapsWonRight = 1;

this.team2.swapColor();
this.trackerComponent.updateMatch(this.matchData);
for (let i = 0; i < 5; i++) {
Expand Down

0 comments on commit 6177f01

Please sign in to comment.