fix: outdated add mii tutorial for switch

This commit is contained in:
trafficlunar 2026-03-27 12:37:07 +00:00
parent 2066b9fb4b
commit 540480b665
3 changed files with 8 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

View file

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

View file

@ -27,15 +27,19 @@ export default function SwitchAddMiiTutorialButton() {
imageSrc: "/tutorial/switch/adding-mii/step1.jpg", imageSrc: "/tutorial/switch/adding-mii/step1.jpg",
}, },
{ {
text: "2. Press 'From scratch' and choose the Male template (instructions may be slightly inaccurate if you select Female)", text: "2. Press 'From scratch' and choose the Male template",
imageSrc: "/tutorial/switch/adding-mii/step2.jpg", imageSrc: "/tutorial/switch/adding-mii/step2.jpg",
}, },
{ {
text: "3. Follow all instructions (not all instructions will be there, check next slide for more)", text: "3. Click on the features image on this page to zoom it in and add all features on the mii editor",
imageSrc: "/tutorial/switch/adding-mii/step3.jpg", imageSrc: "/tutorial/switch/adding-mii/step3.png",
}, },
{ {
text: "4. If the instructions have height, distance, etc. the value will be relative to how many times to click the button - positive for up/left, negative for down/right", text: "4. If the author added instructions, follow them (not all instructions will be there, check next slide for more)",
imageSrc: "/tutorial/switch/adding-mii/step4.jpg",
},
{
text: "5. For instructions like height or distance, use the number of button clicks (positive for buttons on right, negative for buttons on left)",
imageSrc: "/tutorial/switch/step4.jpg", imageSrc: "/tutorial/switch/step4.jpg",
}, },
{ type: "finish" }, { type: "finish" },