diff --git a/src/ui/egg-gacha-ui-handler.ts b/src/ui/egg-gacha-ui-handler.ts index 71f80241940..5a1eae12f3e 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 });