Every card was KUNG FU FIGHTING
This commit is contained in:
@@ -134,7 +134,9 @@ namespace UI.CardSystem.StateMachine
|
||||
public void PlayFlip(Transform cardBack, Transform cardFront, float? duration = null, Action onComplete = null)
|
||||
{
|
||||
float flipDuration = duration ?? _settings.FlipDuration;
|
||||
|
||||
// Play feedback sound
|
||||
AudioManager.Instance.LoadAndPlayUIAudio("card_reveal_swoosh", false);
|
||||
|
||||
// Phase 1: Rotate both to 90 degrees (edge view)
|
||||
if (cardBack != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user