- 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:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user