fix: there's a parts viewer...

This commit is contained in:
trafficlunar 2026-03-25 21:58:56 +00:00
parent 0f038bf348
commit 79040a126d
5 changed files with 18 additions and 10 deletions

View file

@ -9,7 +9,7 @@ interface Props {
}
const TABS: { name: keyof SwitchMiiInstructions["eyes"]; length: number; colorsDisabled?: boolean }[] = [
{ name: "main", length: 121 },
{ name: "main", length: 76 },
{ name: "eyelashesTop", length: 6, colorsDisabled: true },
{ name: "eyelashesBottom", length: 2, colorsDisabled: true },
{ name: "eyelidTop", length: 3, colorsDisabled: true },