Rebalance check vs checkmate: keep a flam built from the Move sound with
the accent +1 semitone up so it reads clearly as check without clashing
with the checkmate cue.
Made-with: Cursor
Replace silent placeholder Check.mp3/ogg in the standard sound set with
proper audio so players get clear feedback when a move gives check.
Fixes https://github.com/lichess-org/lila/issues/1896
Made-with: Cursor
Added the updated Kothwc2023 Trophy to fix the wrong icon that was placed in the middle of the trophy in the previous version (which is currently live on the site with a Play button instead of Koth flag)
Also added copyright information for two source SVGs used, and re-touched Asturian flag
Generated by following these steps
1. Get a high-quality copy of the flag, ideally in SVG. Wikimedia Commons has many of them and usually in the public domain. If they are in the public domain, you do not need to add attributions in the credit.
2. Edit the SVG using Inkscape:
1. Go to Transform -> Scale and change the height to 106.25%.
If there are any graphic elements on top of the flag like insignia, please do them separately, increasing both width and height for those to 106.25% also. Re-arrange as needed afterwards
2. Go to File -> Document Properties... and select 'Resize to content'
3. Save the SVG
3. Convert SVG to PNG at a high size (this can be done from within Inkscape)
4. Edit PNG using GIMP:
1. Using scale tool,
2. Using scale tool, scale //down// to 22x16 px, again using 'Linear' interpolation, and Clipping set to 'Crop with aspect'
3. Go Image -> Canvas size and set to 24x24 px. Click 'Centre' on the flag
5. Get the 24 px shiny overlay from GoSquared https://github.com/gosquared/flags/tree/master/src/overlays/normal
6. Ran `magick composite 24.png old_flag.png new_flag.png`
7. Ran `oxipng -o max` on the final output to make it as small as possible.
AM-RA.png was not generated and instead retrieved from the matching file in the GoSquared Flag Icon Set https://github.com/gosquared/flags
Flag generated by:
1. Downloading SVG from Wikipedia
2. Outputting to PNG (24x16)
3. Editing PNG to make it 24x24 and centring the flag
4. Downloading 24px overlay from GoSquared to match other flags https://github.com/gosquared/flags/tree/master/src/overlays/normal
5. Running `magick composite 24.png ES-AS_old.png ES-AS.png`
6. Running oxipng -o max on the final output