This commit is contained in:
journaliciouz
2025-10-16 22:45:13 +02:00
parent 4fc005b082
commit 09ae4b5ba7
4 changed files with 120 additions and 29 deletions

View File

@@ -676,7 +676,7 @@ namespace Minigames.DivingForPictures
{
//Instead of surfacingTimeline, play the outro cinematic
CinematicsManager.Instance.LoadAndPlayCinematic("SurfacingCinematic");
// TODO CinematicsManager.Instance.ShowCinematicBackground(true);
CinematicsManager.Instance.ShowCinematicBackground(true);
//surfacingTimeline.Play();
//Logging.Debug("[DivingGameManager] Last tile left the screen, playing timeline");
@@ -698,7 +698,7 @@ namespace Minigames.DivingForPictures
monster.DespawnMonster();
}
}
//TODO CinematicsManager.Instance.ShowGameOverScreen();
CinematicsManager.Instance.ShowGameOverScreen();
activeMonsters.Clear();