This commit is contained in:
journaliciouz
2025-10-16 22:35:23 +02:00
parent 6f6333c8c4
commit 4fc005b082
6 changed files with 63 additions and 126 deletions

View File

@@ -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();