Fix egg gacha layering issue

This commit is contained in:
Flashfyre 2024-02-09 00:05:00 -05:00
parent d07b007567
commit e8d7bab4e0
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ export default class EggGachaUiHandler extends MessageUiHandler {
egg.setScale(0.5);
this.gachaContainers[this.gachaCursor].add(egg);
this.gachaContainers[this.gachaCursor].moveTo(egg, 1);
this.gachaContainers[this.gachaCursor].moveTo(egg, 2);
const doPullAnim = () => {
this.scene.playSound('gacha_running', { loop: true });