Skip to content

Commit

Permalink
add tatiana piece set - for lichess-org#5534
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 20, 2019
1 parent cf7d46e commit 04e18a5
Show file tree
Hide file tree
Showing 17 changed files with 293 additions and 2 deletions.
1 change: 1 addition & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public/piece/maestro | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA
public/piece/fresca | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/cardinal | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/gioco | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/tatiana | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
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 Down
3 changes: 2 additions & 1 deletion bin/gen/piece-sprite
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ themes = [
['maestro', 'svg'],
['fresca', 'svg'],
['cardinal', 'svg'],
['gioco', 'svg']
['gioco', 'svg'],
['tatiana', '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 @@ -31,7 +31,8 @@ object PieceSet extends PieceSetObject {
"kosal", "leipzig", "fantasy",
"spatial", "california", "pixel",
"maestro", "fresca", "cardinal",
"gioco", "shapes", "letter"
"gioco", "tatiana", "shapes",
"letter"
) map { name => new PieceSet(name) }
}

Expand Down
12 changes: 12 additions & 0 deletions public/piece-css/tatiana.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/piece-css/tatiana.external.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.is2d .pawn.white {background-image:url('/assets/piece/tatiana/wP.svg')}
.is2d .knight.white {background-image:url('/assets/piece/tatiana/wN.svg')}
.is2d .bishop.white {background-image:url('/assets/piece/tatiana/wB.svg')}
.is2d .rook.white {background-image:url('/assets/piece/tatiana/wR.svg')}
.is2d .queen.white {background-image:url('/assets/piece/tatiana/wQ.svg')}
.is2d .king.white {background-image:url('/assets/piece/tatiana/wK.svg')}
.is2d .pawn.black {background-image:url('/assets/piece/tatiana/bP.svg')}
.is2d .knight.black {background-image:url('/assets/piece/tatiana/bN.svg')}
.is2d .bishop.black {background-image:url('/assets/piece/tatiana/bB.svg')}
.is2d .rook.black {background-image:url('/assets/piece/tatiana/bR.svg')}
.is2d .queen.black {background-image:url('/assets/piece/tatiana/bQ.svg')}
.is2d .king.black {background-image:url('/assets/piece/tatiana/bK.svg')}
18 changes: 18 additions & 0 deletions public/piece/tatiana/bB.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/tatiana/bK.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/tatiana/bN.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/tatiana/bP.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/tatiana/bQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions public/piece/tatiana/bR.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 04e18a5

Please sign in to comment.