WIP
This commit is contained in:
@@ -676,7 +676,7 @@ namespace Minigames.DivingForPictures
|
||||
{
|
||||
//Instead of surfacingTimeline, play the outro cinematic
|
||||
CinematicsManager.Instance.LoadAndPlayCinematic("SurfacingCinematic");
|
||||
CinematicsManager.Instance.ShowCinematicBackground(true);
|
||||
// TODO CinematicsManager.Instance.ShowCinematicBackground(true);
|
||||
//surfacingTimeline.Play();
|
||||
//Logging.Debug("[DivingGameManager] Last tile left the screen, playing timeline");
|
||||
|
||||
@@ -698,6 +698,7 @@ namespace Minigames.DivingForPictures
|
||||
monster.DespawnMonster();
|
||||
}
|
||||
}
|
||||
//TODO CinematicsManager.Instance.ShowGameOverScreen();
|
||||
|
||||
activeMonsters.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user