mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
22 lines
578 B
Markdown
22 lines
578 B
Markdown
# Character image catalog
|
|
|
|
Put custom character images here using this structure:
|
|
|
|
```text
|
|
src/shared/character-images/
|
|
street-fighter-6/
|
|
ryu.png
|
|
ken.png
|
|
tekken-8/
|
|
jin.png
|
|
```
|
|
|
|
Rules:
|
|
|
|
- Folder name = game slug (`toLowerCase`, replace non alphanumeric with `-`).
|
|
- Example: `Guilty Gear -Strive-` -> `guilty-gear-strive`
|
|
- File name = character slug with the same rule.
|
|
- Example: `Chun-Li` -> `chun-li`
|
|
- Supported extensions: `.png`, `.jpg`, `.jpeg`, `.webp`, `.avif`, `.svg`.
|
|
- If an image is missing, the dashboard shows a generated placeholder preview.
|