Skip to content

Commit

Permalink
update fantasy/spatial, add celtic
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Monge committed Dec 17, 2022
1 parent fe5c68f commit e774f11
Show file tree
Hide file tree
Showing 46 changed files with 2,256 additions and 65 deletions.
5 changes: 3 additions & 2 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ public/logo, public/favicon.ico, public/apple-touch-icon.png | sadsnake1 | Only
public/piece/alpha | Eric Bentzen | "free for personal non commercial use" (see [zip](http://www.enpassant.dk/chess/downl/alpha.zip))
public/piece/chess7 | [Style-7](http://www.styleseven.com/) | "freeware"
public/piece/companion | David L. Brown | ["freeware"](http://www.enpassant.dk/chess/fonteng.htm#GC)
public/piece/fantasy | [Maurizio Monge](http://poisson.phc.unipi.it/~monge/chess_art.php) | "give credit in a suitable way"
public/piece/fantasy | [Maurizio Monge](https://github.com/maurimo/chess-art) | "give credit in a suitable way"
public/piece/leipzig | Armando Hernandez Marroquin | ["freeware"](http://www.enpassant.dk/chess/fonteng.htm#LEIPZIG)
public/piece/spatial | [Maurizio Monge](http://poisson.phc.unipi.it/~monge/chess_art.php) | "give credit in a suitable way"
public/piece/spatial | [Maurizio Monge](https://github.com/maurimo/chess-art) | "give credit in a suitable way"
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/images/staunton/piece/Staunton | [Eden Murs](https://userstyles.org/styles/134558/lichess-pieces-3d-staunton) (?) |

- The other sounds in public/sound
Expand Down
3 changes: 2 additions & 1 deletion bin/gen/piece-sprite
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ themes = [
['icpieces', 'svg'],
['horsey', 'svg'],
['anarcandy', 'svg'],
['disguised', 'svg']
['disguised', 'svg'],
['celtic', 'svg']
]
types = {
'svg' => 'svg+xml;base64,',
Expand Down
1 change: 1 addition & 0 deletions modules/pref/src/main/PieceSet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object PieceSet extends PieceSetObject:
"leipzig",
"fantasy",
"spatial",
"celtic",
"california",
"pixel",
"maestro",
Expand Down
12 changes: 12 additions & 0 deletions public/piece-css/celtic.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/piece-css/celtic.external.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.is2d .pawn.white {background-image:url('/assets/piece/celtic/wP.svg')}
.is2d .knight.white {background-image:url('/assets/piece/celtic/wN.svg')}
.is2d .bishop.white {background-image:url('/assets/piece/celtic/wB.svg')}
.is2d .rook.white {background-image:url('/assets/piece/celtic/wR.svg')}
.is2d .queen.white {background-image:url('/assets/piece/celtic/wQ.svg')}
.is2d .king.white {background-image:url('/assets/piece/celtic/wK.svg')}
.is2d .pawn.black {background-image:url('/assets/piece/celtic/bP.svg')}
.is2d .knight.black {background-image:url('/assets/piece/celtic/bN.svg')}
.is2d .bishop.black {background-image:url('/assets/piece/celtic/bB.svg')}
.is2d .rook.black {background-image:url('/assets/piece/celtic/bR.svg')}
.is2d .queen.black {background-image:url('/assets/piece/celtic/bQ.svg')}
.is2d .king.black {background-image:url('/assets/piece/celtic/bK.svg')}
2 changes: 1 addition & 1 deletion public/piece-css/companion.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/piece-css/disguised.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions public/piece-css/disguised.external.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.is2d .pawn.white {background-image:url('/assets/piece/disguised/w.svg')}
.is2d .knight.white {background-image:url('/assets/piece/disguised/w.svg')}
.is2d .bishop.white {background-image:url('/assets/piece/disguised/w.svg')}
.is2d .rook.white {background-image:url('/assets/piece/disguised/w.svg')}
.is2d .queen.white {background-image:url('/assets/piece/disguised/w.svg')}
.is2d .king.white {background-image:url('/assets/piece/disguised/w.svg')}
.is2d .pawn.black {background-image:url('/assets/piece/disguised/b.svg')}
.is2d .knight.black {background-image:url('/assets/piece/disguised/b.svg')}
.is2d .bishop.black {background-image:url('/assets/piece/disguised/b.svg')}
.is2d .rook.black {background-image:url('/assets/piece/disguised/b.svg')}
.is2d .queen.black {background-image:url('/assets/piece/disguised/b.svg')}
.is2d .king.black {background-image:url('/assets/piece/disguised/b.svg')}
.is2d .pawn.white {background-image:url('/assets/piece/disguised/wP.svg')}
.is2d .knight.white {background-image:url('/assets/piece/disguised/wN.svg')}
.is2d .bishop.white {background-image:url('/assets/piece/disguised/wB.svg')}
.is2d .rook.white {background-image:url('/assets/piece/disguised/wR.svg')}
.is2d .queen.white {background-image:url('/assets/piece/disguised/wQ.svg')}
.is2d .king.white {background-image:url('/assets/piece/disguised/wK.svg')}
.is2d .pawn.black {background-image:url('/assets/piece/disguised/bP.svg')}
.is2d .knight.black {background-image:url('/assets/piece/disguised/bN.svg')}
.is2d .bishop.black {background-image:url('/assets/piece/disguised/bB.svg')}
.is2d .rook.black {background-image:url('/assets/piece/disguised/bR.svg')}
.is2d .queen.black {background-image:url('/assets/piece/disguised/bQ.svg')}
.is2d .king.black {background-image:url('/assets/piece/disguised/bK.svg')}
Loading

0 comments on commit e774f11

Please sign in to comment.