add libra pieces - for #5707

pull/5694/merge
Thibault Duplessis 2019-12-04 18:56:40 -06:00
parent eacd7b8590
commit 9c81221e0c
3 changed files with 4 additions and 2 deletions

View File

@ -61,6 +61,7 @@ public/piece/gioco | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.
public/piece/tatiana | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/staunty | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/dubrovny | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/piece/libra | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
public/sounds/futuristic | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
public/sounds/nes | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+
public/sounds/piano | [Enigmahack](https://github.com/Enigmahack) | AGPLv3+

View File

@ -32,6 +32,7 @@ themes = [
['gioco', 'svg'],
['tatiana', 'svg'],
['staunty', 'svg'],
['libra', 'svg'],
['dubrovny', 'svg'],
['icpieces', 'svg']
]

View File

@ -32,8 +32,8 @@ object PieceSet extends PieceSetObject {
"spatial", "california", "pixel",
"maestro", "fresca", "cardinal",
"gioco", "tatiana", "staunty",
"dubrovny", "icpieces", "shapes",
"letter"
"libra", "dubrovny", "icpieces",
"shapes", "letter"
) map { name => new PieceSet(name) }
}