fix: clear path lines after match animation completes

This commit is contained in:
2026-04-04 16:49:38 +07:00
parent 9ec6faabac
commit 1fe50aa6d5
+1
View File
@@ -288,6 +288,7 @@ export class PikachuGame extends Scene
cell.sprite = null;
cell.cardBg = null;
});
this.clearPathLines();
}
});