From e8d7bab4e0c2004e50155ae6cf9bb7af9bbe2c52 Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Fri, 9 Feb 2024 00:05:00 -0500 Subject: [PATCH] Fix egg gacha layering issue --- src/ui/egg-gacha-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/egg-gacha-ui-handler.ts b/src/ui/egg-gacha-ui-handler.ts index 71f802419..5a1eae12f 100644 --- a/src/ui/egg-gacha-ui-handler.ts +++ b/src/ui/egg-gacha-ui-handler.ts @@ -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 });