Fix egg gacha layering issue
This commit is contained in:
parent
d07b007567
commit
e8d7bab4e0
|
@ -260,7 +260,7 @@ export default class EggGachaUiHandler extends MessageUiHandler {
|
||||||
egg.setScale(0.5);
|
egg.setScale(0.5);
|
||||||
|
|
||||||
this.gachaContainers[this.gachaCursor].add(egg);
|
this.gachaContainers[this.gachaCursor].add(egg);
|
||||||
this.gachaContainers[this.gachaCursor].moveTo(egg, 1);
|
this.gachaContainers[this.gachaCursor].moveTo(egg, 2);
|
||||||
|
|
||||||
const doPullAnim = () => {
|
const doPullAnim = () => {
|
||||||
this.scene.playSound('gacha_running', { loop: true });
|
this.scene.playSound('gacha_running', { loop: true });
|
||||||
|
|
Loading…
Reference in New Issue