Add unlock conditions for gallery
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user