hotfix lower shop overlay

This commit is contained in:
Matthew Olker 2024-06-21 19:38:59 -04:00
parent cf5fa887e9
commit 7efb0ca7fe

View File

@ -1416,7 +1416,7 @@ export default class BattleScene extends SceneBase {
return new Promise(resolve => {
this.tweens.add({
targets: this.shopOverlay,
alpha: 0.95,
alpha: 0.8,
ease: "Sine.easeOut",
duration: duration,
onComplete: () => resolve()