Files
hikari-desktop/static/sprites/README.md
T
naomi f393dfb359
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 47s
feat: initial prototype
2026-01-14 20:56:28 -08:00

34 lines
1.1 KiB
Markdown

# Hikari Sprites
Place your anime girl sprites here! Each state needs a PNG image.
## Required Files
| Filename | State | Description |
|----------|-------|-------------|
| `idle.png` | Idle | Relaxed, waiting pose |
| `thinking.png` | Thinking | Hand on chin, contemplative |
| `typing.png` | Typing | Hands on keyboard, focused |
| `searching.png` | Searching | With magnifying glass or looking around |
| `coding.png` | Coding | Intense focus, maybe with glasses |
| `mcp.png` | MCP Tools | Magical aura, tech vibes |
| `permission.png` | Permission | Questioning look, curious expression |
| `success.png` | Success | Celebrating, happy! |
| `error.png` | Error | Concerned, sympathetic |
## Recommended Specs
- **Size**: 512x512 pixels minimum (will be scaled down as needed)
- **Format**: PNG with transparency
- **Style**: Anime/manga style character
- **Background**: Transparent
## Bonus: Animation Frames
For animated states, you can add numbered frames:
- `typing_1.png`, `typing_2.png`, `typing_3.png`
- `thinking_1.png`, `thinking_2.png`
- etc.
The app will cycle through frames if multiple are detected!