Reworked round 1 podium design to be closer to the original design.

This commit is contained in:
2025-10-03 21:22:22 -04:00
parent 814aa1e352
commit dcb73bce00
26 changed files with 481 additions and 186 deletions
@@ -662,6 +662,10 @@ public class GameManagerRound1 : GameManagerBase
}
public void LightningRoundOtherOptionChosen()
{
if (_BuzzedInPlayer <= 0)
{
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "PlaySFX", SFXEventType.Round1Incorrect);
}
WaitForBuzzInsWithoutLastPlayer();
}