P L O P
This commit is contained in:
@@ -362,12 +362,16 @@ namespace UI.CardSystem
|
||||
// Entering album proper and no cards spawned yet - spawn them with animation
|
||||
Logging.Debug("[AlbumViewPage] Entering album proper - spawning pending cards with animation");
|
||||
SpawnPendingCornerCards();
|
||||
// Play flip audio
|
||||
AudioManager.Instance.LoadAndPlayUIAudio("random_paper_pickup", false);
|
||||
}
|
||||
else if (!isInAlbum && CornerCards.PendingCards.Count > 0)
|
||||
{
|
||||
// Returning to menu page - cleanup cards
|
||||
Logging.Debug("[AlbumViewPage] Returning to menu page - cleaning up pending cards");
|
||||
CleanupPendingCornerCards();
|
||||
// Play flip audio
|
||||
AudioManager.Instance.LoadAndPlayUIAudio("random_paper_putdown", false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user