- Added an umbrella and rain to the "Thunder And Rain" lightning round intro.

- Buzzer model has been updated, and includes a trigger pull animation.
- Lightning round intro sound is now music instead of a sound effect.
- Fixed a bug that made the host card interactable on round start.
This commit is contained in:
2026-05-10 22:11:01 -04:00
parent 09cca84bed
commit 16dc6c79d8
52 changed files with 8658 additions and 817 deletions
@@ -115,12 +115,12 @@ public class GameManagerRound1 : GameManagerBase
_CameraControllerRound1.PlayOpening(true);
_CameraControllerRound1.PlayModemZoom(false);
DisableInteraction();
_VideoPlayer.PrepareMapsAndVideos(_CaseManager);
base.InitialiseGameMode();
DisableInteraction();
RequestSerialization();
}
@@ -167,10 +167,11 @@ public class GameManagerRound1 : GameManagerBase
public void PlaySecondPartOfThemeMusic()
{
EnableInteraction("Start Game");
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "PlayMusicLoop", MusicEventType.OpeningLoop);
_CameraControllerRound1.PlayOpeningDoorway(true);
EnableInteraction("Start Game");
}