aboutsummaryrefslogtreecommitdiff
path: root/tools/skin/README.md
blob: 3e227791684cb61b49b91e553d10ed0b7d8ab655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# How skins work
Every skins are made of `200x200` square images. Thus, board skins
are `400x200` images and pieces skins are `400x1200` images.

How to make a skin ? Create a sub-directory in boards/pieces named by your skin name and put every svg files which compose your skin. Then run:

> ./generate.sh

Then your skin should appears in the assets directory.
**Warning:** *Please have consistent svg file names (see existing skins).*

Existing skins sources:
- [chesscom](https://www.chess.com/)
- [cburnett](https://commons.wikimedia.org/wiki/Category:SVG_chess_pieces)
- [mgilberto](https://svg-clipart.com/symbol/YCQnfQg-chess-set-symbols-clipart)
- [simple](https://freesvg.org/chess-pieces-vector)