Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding BrazilKing's 'mini' piece set #16476

Closed
wants to merge 14 commits into from
2 changes: 2 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public/piece/kiwen-suwi | [neverRare](https://github.com/neverRare) | [CC BY 4.0
public/piece/mpchess | [Maxime Chupin](https://github.com/chupinmaxime) | [GPL3v3+](https://www.gnu.org/licenses/quick-guide-gplv3.en.html)
public/piece/cooke | [fejfar](https://github.com/fejfar) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/monarchy | [slither77](https://github.com/slither77) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/mini | [BrazilKing](Discord = brazilking90) | "Only use piece set for lichess"
public/sounds/futuristic | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
public/sounds/nes | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
public/sounds/piano | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
Expand All @@ -81,6 +82,7 @@ public/piece/spatial | [Maurizio Monge](https://github.com/maurimo/chess-art) |
public/piece/reillycraig | [Reilly Craig](https://instagram.com/fader_) |
public/piece/riohacha | |
public/piece/celtic | [Maurizio Monge](https://github.com/maurimo/chess-art) | "give credit in a suitable way"
public/piece/mini | [BrazilKing](Discord = brazilking90) | "Only use piece set for lichess"
public/images/staunton/piece/Staunton | [Eden Murs](https://userstyles.org/styles/134558/lichess-pieces-3d-staunton) (?) |

- The other sounds in public/sound
Expand Down
1 change: 1 addition & 0 deletions bin/gen/piece-css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const themes: string[] = [
'shapes',
'letter',
'disguised',
'mini',
],
];

Expand Down
3 changes: 2 additions & 1 deletion modules/pref/src/main/PieceSet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ object PieceSet extends PieceSetObject:
PieceSet("anarcandy"),
PieceSet("shapes"),
PieceSet("letter"),
PieceSet("disguised")
PieceSet("disguised"),
PieceSet("mini")
)

object PieceSet3d extends PieceSetObject:
Expand Down
12 changes: 12 additions & 0 deletions public/piece-css/mini.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/piece/mini/bB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/bK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/bN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/bP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/bQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/bR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/wB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/wK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/wN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/wP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/wQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/piece/mini/wR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.