Add unlock conditions for gallery

This commit is contained in:
2026-06-08 16:00:27 -07:00
parent 9b2e79dbd2
commit 5665e3306c
11 changed files with 268 additions and 70 deletions
@@ -28,11 +28,12 @@ public partial class BadEnd : SpecialFloor
tweener.TweenMethod(Callable.From((float x) => SetShakeValue(x)), ShakeAmount, 1f, 700f).SetDelay(30);
}
public void StartEndGameCutscene()
public async void StartEndGameCutscene()
{
_player.Deactivate();
_player.ShowCamera(false);
Camera3D.Current = true;
await _game.OnReachBadEnd();
}
public void EndGame()