fix bug with grid not showing starting positions on resize
This commit is contained in:
@@ -323,6 +323,7 @@ export class CustomizeScene extends AbstractCharacterScene {
|
|||||||
new WokaBodyPartSlot(this, 0, 0, this.getDefaultWokaBodyPartSlotConfig(isVertical)).setScale(slotScale)
|
new WokaBodyPartSlot(this, 0, 0, this.getDefaultWokaBodyPartSlotConfig(isVertical)).setScale(slotScale)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
this.bodyPartsDraggableGrid.moveContentToBeginning();
|
||||||
}
|
}
|
||||||
|
|
||||||
private getCustomWokaPreviewerConfig(): CustomWokaPreviewerConfig {
|
private getCustomWokaPreviewerConfig(): CustomWokaPreviewerConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user