From 1fe50aa6d51252004a969eaa4750beaac1ea1abb Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 4 Apr 2026 16:49:38 +0700 Subject: [PATCH] fix: clear path lines after match animation completes --- src/game/scenes/PikachuGame.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/scenes/PikachuGame.js b/src/game/scenes/PikachuGame.js index 9d80e41..9de78aa 100644 --- a/src/game/scenes/PikachuGame.js +++ b/src/game/scenes/PikachuGame.js @@ -288,6 +288,7 @@ export class PikachuGame extends Scene cell.sprite = null; cell.cardBg = null; }); + this.clearPathLines(); } });