- Tiebreaker panel now has a button to load a new tiebreaker question.

- Tiebreaker now auto-advances when the correct answer is chosen.
- Check mark glyph is now lower resolution to save memory.
This commit is contained in:
2026-06-21 18:34:06 -04:00
parent fb82ae0a96
commit 6564e16236
8 changed files with 1315 additions and 159 deletions
@@ -1535,7 +1535,7 @@ public class GameManagerRound1 : GameManagerBase
}
private void BeginTiebreakerRound()
public void BeginTiebreakerRound()
{
HostCardBetweenRoundsInterface Interface =
(HostCardBetweenRoundsInterface)GetHostCardInterface(RoundSegmentType.BetweenSegments);
@@ -1641,7 +1641,8 @@ public class GameManagerRound1 : GameManagerBase
_CameraControllerRound1.ActivateCorrectAnswerToHostAllPlayersCameraSwitcher();
EnableInteraction("End Tiebreaker");
AdvanceQuestion();
//EnableInteraction("End Tiebreaker");
}