Ending player now disappears when the round ends or is reset mid-playback.
This commit is contained in:
parent
af259fa188
commit
b319d3fb20
@ -101,6 +101,7 @@ public class GameManagerRound3 : GameManagerBase
|
||||
|
||||
public override void DeinitialiseGameMode()
|
||||
{
|
||||
_EndingPlayer.PlayVideo = false;
|
||||
_CameraControllerRound3.DeinitialiseCameras();
|
||||
|
||||
base.DeinitialiseGameMode();
|
||||
@ -445,6 +446,7 @@ public class GameManagerRound3 : GameManagerBase
|
||||
Interface.HeaderUI.text = "Game is over. Load a new case file to start again.";
|
||||
Interface.CommentUI.text = "";
|
||||
|
||||
_EndingPlayer.PlayVideo = false;
|
||||
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "FadeOutMusic");
|
||||
|
||||
_CameraControllerRound3.PlayIFeelGood(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user