Skip to content

Commit

Permalink
add piece set Fantasy from Maurizio Monge
Browse files Browse the repository at this point in the history
  • Loading branch information
flugsio committed May 13, 2015
1 parent d9b74c9 commit 5eb9b75
Show file tree
Hide file tree
Showing 29 changed files with 2,788 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bin/gen/piece-sprite
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ themes = [
['pirouetti', 'svg'],
['spatial', 'svg'],
['chess7', 'svg'],
['reillycraig', 'svg']
['reillycraig', 'svg'],
['fantasy', 'svg']
]
types = {
'svg' => 'svg+xml;base64,',
Expand Down
2 changes: 1 addition & 1 deletion bin/svg-optimize
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# PIECES

for set (cburnett mono pirouetti merida spatial alpha chess7 reillycraig); do
for set (cburnett mono pirouetti merida spatial alpha chess7 reillycraig fantasy); do

from=public/piece-src/$set
to=public/piece/$set
Expand Down
2 changes: 1 addition & 1 deletion modules/pref/src/main/PieceSet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sealed trait PieceSetObject {

object PieceSet extends PieceSetObject {

val all = NonEmptyList("cburnett", "merida", "pirouetti", "alpha", "spatial", "chess7", "reillycraig") map { name => new PieceSet(name) }
val all = NonEmptyList("cburnett", "merida", "pirouetti", "alpha", "spatial", "chess7", "reillycraig", "fantasy") map { name => new PieceSet(name) }
}

object PieceSet3d extends PieceSetObject {
Expand Down
213 changes: 213 additions & 0 deletions public/piece-src/fantasy/bB.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 5eb9b75

Please sign in to comment.