maestro pieces WIP - invalid svgs

maestro-pieces
Thibault Duplessis 2019-09-05 11:03:29 +02:00
parent 101493b942
commit 1e8cfdbc30
16 changed files with 44 additions and 5 deletions

View File

@ -25,7 +25,8 @@ themes = [
['leipzig', 'svg'],
['kosal', 'svg'],
['pixel', 'svg'],
['california', 'svg']
['california', 'svg'],
['maestro', 'svg']
]
types = {
'svg' => 'svg+xml;base64,',

View File

@ -25,10 +25,12 @@ object PieceSet extends PieceSetObject {
val default = new PieceSet("cburnett")
val all = List(
default.name, "merida", "alpha", "pirouetti",
"chessnut", "chess7", "reillycraig", "companion",
"riohacha", "kosal", "leipzig", "fantasy", "spatial",
"pixel", "california", "shapes", "letter"
default.name, "merida", "alpha",
"pirouetti", "chessnut", "chess7",
"reillycraig", "companion", "riohacha",
"kosal", "leipzig", "fantasy",
"spatial", "california", "maestro",
"pixel", "shapes", "letter"
) map { name => new PieceSet(name) }
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,12 @@
.is2d .pawn.white {background-image:url('/assets/piece/maestro/wP.svg')}
.is2d .knight.white {background-image:url('/assets/piece/maestro/wN.svg')}
.is2d .bishop.white {background-image:url('/assets/piece/maestro/wB.svg')}
.is2d .rook.white {background-image:url('/assets/piece/maestro/wR.svg')}
.is2d .queen.white {background-image:url('/assets/piece/maestro/wQ.svg')}
.is2d .king.white {background-image:url('/assets/piece/maestro/wK.svg')}
.is2d .pawn.black {background-image:url('/assets/piece/maestro/bP.svg')}
.is2d .knight.black {background-image:url('/assets/piece/maestro/bN.svg')}
.is2d .bishop.black {background-image:url('/assets/piece/maestro/bB.svg')}
.is2d .rook.black {background-image:url('/assets/piece/maestro/bR.svg')}
.is2d .queen.black {background-image:url('/assets/piece/maestro/bQ.svg')}
.is2d .king.black {background-image:url('/assets/piece/maestro/bK.svg')}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 47 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 58 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 35 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 31 KiB