forked from lichess-org/lila
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Anarchy chess set (lichess-org#10842)
* Added Anarchy chess set * only keep one version of the anarchy chess set * rename piece set to anarcandy * Renamed anarchy-candy pieces to anarcandy in all places * Improved Anarcandy pieces Co-authored-by: Thibault Duplessis <[email protected]>
- Loading branch information
Showing
17 changed files
with
177 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.is2d .bishop.black {background-image:url('/assets/piece/anarcandy/bB.svg')} | ||
.is2d .bishop.white {background-image:url('/assets/piece/anarcandy/wB.svg')} | ||
.is2d .king.black {background-image:url('/assets/piece/anarcandy/bK.svg')} | ||
.is2d .king.white {background-image:url('/assets/piece/anarcandy/wK.svg')} | ||
.is2d .knight.black {background-image:url('/assets/piece/anarcandy/bN.svg')} | ||
.is2d .knight.white {background-image:url('/assets/piece/anarcandy/wN.svg')} | ||
.is2d .pawn.black {background-image:url('/assets/piece/anarcandy/bP.svg')} | ||
.is2d .pawn.white {background-image:url('/assets/piece/anarcandy/wP.svg')} | ||
.is2d .queen.black {background-image:url('/assets/piece/anarcandy/bQ.svg')} | ||
.is2d .queen.white {background-image:url('/assets/piece/anarcandy/wQ.svg')} | ||
.is2d .rook.black {background-image:url('/assets/piece/anarcandy/bR.svg')} | ||
.is2d .rook.white {background-image:url('/assets/piece/anarcandy/wR.svg')} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.