1
0
Fork 0
freesewing/sites/orgdocs/docs/designs/hi/options/readme.mdx
Joost De Cock a2ad47f4ba
chore: Ported pattern docs fro designs by Wouter (#7222)
Merging these docs, most of the work was done by @woutervdub
2024-11-02 11:19:13 +01:00

50 lines
1 KiB
Text

---
title: "Hi the shark: Design Options"
sidebar_label: Design Options
sidebar_position: 10
toc_max_heading_level: 5
---
import Aggressive from '@site/docs/designs/hi/options/aggressive/readme.mdx'
import Hungry from '@site/docs/designs/hi/options/hungry/readme.mdx'
import Nosepointiness from '@site/docs/designs/hi/options/nosepointiness/readme.mdx'
import Size from '@site/docs/designs/hi/options/size/readme.mdx'
## Style {#style}
### Aggressive {#aggressive}
**Give Hi pointy teeth, or not**
- Type: **Boolean**
- Default: **false**
<Aggressive />
### Hungry {#hungry}
**Changes the belly shape to convey if Hi has just eaten**
- Type: **Percentage**
- Default: **50%**
- Minimum: **0%**
- Maximum: **100%**
<Hungry />
### Nose pointiness {#nosepointiness}
**Controls how pointy Hi's nose is**
- Type: **Percentage**
- Default: **0%**
- Minimum: **-5%**
- Maximum: **10%**
<Nosepointiness />
### Size {#size}
**Sharks come in all sizes, and so does Hi**
- Type: **Percentage**
- Default: **100%**
- Minimum: **5%**
- Maximum: **500%**
<Size />