* [ADD] backgammon, made pieces generic * [ADD] board game crate * [REMOVE] minor whitespace * Fix BOM * [CHANGE] feedback changes, condensed backgammon setup * [CHANGE] swapped backgammon y positions to correct ones Co-authored-by: fishfish458 <fishfish458> Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
15 lines
209 B
JSON
15 lines
209 B
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Fishfish458",
|
|
"size": {
|
|
"x": 23,
|
|
"y": 16
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "board"
|
|
}
|
|
]
|
|
}
|