How to add custom pawn sets

1. Open the folder of the game you want to customize
   Example: Chess, Draughts, Reversi, TicTacToe, etc

2. Create a new folder for your pawn set
   Example: MyCustomSet

3. Add the required SVG files inside your new folder

4. Open the pawn menu in-game and select your new set

Creating SVG pawn files:
- SVG files should use a 100mm x 100mm canvas
- The plugin currently supports rectangle shapes only
- Rectangles can be resized and rotated
- Rectangles should not be skewed or deformed
- Rectangle borders are supported by the plugin

Properties files:
- Each pawn set must contain its .properties file
- It defines pawn display settings for the whole set
- The main setting is thickness
- Example: thickness=1.0
- Increase the value for thicker 3D pawns, or reduce it for thinner pawns
- When creating a custom pawn set, copy the .properties file from the Default set into your new set
- Do not delete or rename the .properties file

Important:
- Keep the same file names as the Default set
- Each game requires different pawn files
- Do not delete the Default folder unless you know what you are doing
- Avoid using too many rectangles, because a high number of rectangles can reduce in-game performance
- If a set does not appear or cannot be selected, compare it with the Default folder and check that every required SVG file exists

Performance tip:
- If a rectangle has an invisible border, for example with alpha 0, the plugin will not create the block_display for that rectangle border in-game
- The related text_display will still be kept, so the visual fill/color can still appear without the extra block_display
- This is useful for hidden/internal rectangles that are only needed to fill the SVG shape
- It can reduce the number of displayed blocks and improve performance
