Skip to content

Commit

Permalink
Add kosal pieces - closes lichess-org#4634
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 23, 2018
1 parent 1fbb93e commit 0bd9776
Show file tree
Hide file tree
Showing 16 changed files with 381 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/gen/piece-sprite
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ themes = [
['companion', 'svg'],
['letter', 'svg'],
['riohacha', 'svg'],
['leipzig', 'svg']
['leipzig', 'svg'],
['kosal', 'svg']
]
types = {
'svg' => 'svg+xml;base64,',
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 @@ -27,7 +27,8 @@ object PieceSet extends PieceSetObject {
val all = List(
default.name, "merida", "alpha", "pirouetti",
"chessnut", "chess7", "reillycraig", "companion",
"riohacha", "leipzig", "fantasy", "spatial", "shapes", "letter"
"riohacha", "kosal", "leipzig", "fantasy", "spatial",
"shapes", "letter"
) map { name => new PieceSet(name) }
}

Expand Down
23 changes: 23 additions & 0 deletions public/piece/kosal/bB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions public/piece/kosal/bK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions public/piece/kosal/bN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions public/piece/kosal/bP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions public/piece/kosal/bQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions public/piece/kosal/bR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions public/piece/kosal/wB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions public/piece/kosal/wK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions public/piece/kosal/wN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions public/piece/kosal/wP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0bd9776

Please sign in to comment.