mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 06:51:08 +00:00
hotfix lower shop overlay
This commit is contained in:
parent
cf5fa887e9
commit
7efb0ca7fe
@ -1416,7 +1416,7 @@ export default class BattleScene extends SceneBase {
|
|||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
this.tweens.add({
|
this.tweens.add({
|
||||||
targets: this.shopOverlay,
|
targets: this.shopOverlay,
|
||||||
alpha: 0.95,
|
alpha: 0.8,
|
||||||
ease: "Sine.easeOut",
|
ease: "Sine.easeOut",
|
||||||
duration: duration,
|
duration: duration,
|
||||||
onComplete: () => resolve()
|
onComplete: () => resolve()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user