Skip to content

Commit

Permalink
Merge pull request #65 from SergioGlorias/patch-1
Browse files Browse the repository at this point in the history
remove libra
  • Loading branch information
veloce authored Dec 24, 2024
2 parents a1bb54b + f6b8966 commit e95e42e
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 18 deletions.
Binary file removed assets/piece_sets/libra/2.0x/bB.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/bK.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/bN.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/bP.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/bQ.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/bR.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/wB.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/wK.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/wN.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/wP.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/wQ.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/2.0x/wR.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/bB.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/bK.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/bN.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/bP.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/bQ.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/bR.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/wB.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/wK.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/wN.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/wP.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/wQ.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/3.0x/wR.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/4.0x/bB.png
Binary file not shown.
Binary file removed assets/piece_sets/libra/4.0x/bK.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/bN.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/bP.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/bQ.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/bR.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/wB.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/wK.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/wN.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/wP.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/wQ.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/4.0x/wR.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/bB.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/bK.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/bN.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/bP.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/bQ.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/bR.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/wB.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/wK.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/wN.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/wP.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/wQ.png
Diff not rendered.
Binary file removed assets/piece_sets/libra/wR.png
Diff not rendered.
17 changes: 0 additions & 17 deletions lib/src/piece_set.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ enum PieceSet {
governor('Governor', PieceSet.governorAssets),
dubrovny('Dubrovny', PieceSet.dubrovnyAssets),
icpieces('Icpieces', PieceSet.icpiecesAssets),
libra('Libra', PieceSet.libraAssets),
mpchess('Mpchess', PieceSet.mpchessAssets),
shapes('Shapes', PieceSet.shapesAssets),
kiwenSuwi('Kiwen-suwi', PieceSet.kiwenSuwiAssets),
Expand Down Expand Up @@ -403,22 +402,6 @@ enum PieceSet {
PieceKind.whiteKing: AssetImage('$_pieceSetsPath/letter/wK.png', package: 'chessground'),
});

/// The [PieceAssets] for the 'Libra' piece set.
static const PieceAssets libraAssets = IMapConst({
PieceKind.blackRook: AssetImage('$_pieceSetsPath/libra/bR.png', package: 'chessground'),
PieceKind.blackPawn: AssetImage('$_pieceSetsPath/libra/bP.png', package: 'chessground'),
PieceKind.blackKnight: AssetImage('$_pieceSetsPath/libra/bN.png', package: 'chessground'),
PieceKind.blackBishop: AssetImage('$_pieceSetsPath/libra/bB.png', package: 'chessground'),
PieceKind.blackQueen: AssetImage('$_pieceSetsPath/libra/bQ.png', package: 'chessground'),
PieceKind.blackKing: AssetImage('$_pieceSetsPath/libra/bK.png', package: 'chessground'),
PieceKind.whiteRook: AssetImage('$_pieceSetsPath/libra/wR.png', package: 'chessground'),
PieceKind.whitePawn: AssetImage('$_pieceSetsPath/libra/wP.png', package: 'chessground'),
PieceKind.whiteKnight: AssetImage('$_pieceSetsPath/libra/wN.png', package: 'chessground'),
PieceKind.whiteBishop: AssetImage('$_pieceSetsPath/libra/wB.png', package: 'chessground'),
PieceKind.whiteQueen: AssetImage('$_pieceSetsPath/libra/wQ.png', package: 'chessground'),
PieceKind.whiteKing: AssetImage('$_pieceSetsPath/libra/wK.png', package: 'chessground'),
});

/// The [PieceAssets] for the 'Maestro' piece set.
static const PieceAssets maestroAssets = IMapConst({
PieceKind.blackRook: AssetImage('$_pieceSetsPath/maestro/bR.png', package: 'chessground'),
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ flutter:
- assets/piece_sets/kosal/
- assets/piece_sets/leipzig/
- assets/piece_sets/letter/
- assets/piece_sets/libra/
- assets/piece_sets/maestro/
- assets/piece_sets/merida/
- assets/piece_sets/mono/
Expand Down

0 comments on commit e95e42e

Please sign in to comment.