Oh okay.
- You’ll need to create a number of outfit overlays. To do that you’ll need to visit the episode portal page and then click on “Art Catalog” > “Clothing”
-
After that, you’ll search for the clothes you want. Save the image of that clothing item to your computer.
-
You will then need to remove the background of whatever article of clothing you choose, so that the background is transparent. Upload that edited image onto the portal and name it however you’d like. You’ll reference those overlays in your code when you create & spot them.
-
A very simple code template here (you can add more animations if you want!):
#----Create and spot clothing overlays here----- tappable "outfit_choice_1" { @MC changes into outfit_choice_1 } "outfit_choice_2" { @MC changes into outfit_choice_2 } "outfit_choice_3" { @MC changes into outfit_choice_3 }

