From 7f1620124a3fe358827aa46b5d74b05ae3b37b62 Mon Sep 17 00:00:00 2001 From: Wickedness Date: Sun, 5 Jul 2026 04:08:09 +0900 Subject: [PATCH] Clear hover feedback behind save slots --- src/game/scenes/BattleScene.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/scenes/BattleScene.ts b/src/game/scenes/BattleScene.ts index 9e1e855..d8f262c 100644 --- a/src/game/scenes/BattleScene.ts +++ b/src/game/scenes/BattleScene.ts @@ -11150,6 +11150,7 @@ export class BattleScene extends Phaser.Scene { private showSaveSlotPanel(mode: SaveSlotMode) { this.hideSaveSlotPanel(); + this.clearPointerFeedback(); const depth = 70; const width = 520; const height = 312;