Every card was KUNG FU FIGHTING
This commit is contained in:
@@ -28,6 +28,10 @@ namespace UI.CardSystem.StateMachine.States
|
||||
|
||||
public override void OnEnterState()
|
||||
{
|
||||
|
||||
// Play feedback sound
|
||||
AudioManager.Instance.LoadAndPlayUIAudio("card_levelup", false);
|
||||
|
||||
// Ensure card front is visible and facing camera
|
||||
if (_context.CardDisplay != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user