🎨 Sample Trait Folder Structure

This folder demonstrates the correct structure for HyperLaunch Studio:

sample-traits/
├── Background/
│   ├── common/
│   │   ├── sky.png
│   │   ├── desert.png
│   │   └── ocean.png
│   └── rare/
│       └── galaxy.png
├── Body/
│   ├── common/
│   │   ├── human.png
│   │   └── robot.png
│   └── legendary/
│       └── alien.png
├── Eyes/
│   ├── common/
│   │   ├── normal.png
│   │   └── blue.png
│   └── rare/
│       └── laser.png
└── Accessories/
    ├── common/
    │   └── none.png
    └── rare/
        ├── crown.png
        └── hat.png

How to use:
1. Copy the ENTIRE "sample-traits" folder to your desktop
2. Go to http://localhost:3001/studio/new
3. Drag and drop the "sample-traits" folder into the upload area
4. Watch as layers and traits are automatically organized!

Note: These are placeholder images for demonstration.
Replace with your actual NFT trait artwork (PNG format recommended).

