Clear hover feedback behind save slots

This commit is contained in:
2026-07-05 04:08:09 +09:00
parent 5cde043498
commit 7f1620124a

View File

@@ -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;