You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
408 B
29 lines
408 B
{
|
|
"name": "LibreUNO",
|
|
"version": "0.1.0",
|
|
"authors": ["ThePerkinrex"],
|
|
"script": "game.rhai",
|
|
"default_back": "cards/back.png",
|
|
"available_cards": {
|
|
"B0": {
|
|
"image": "cards/b0.png"
|
|
},
|
|
"R0": {
|
|
"image": "cards/r0.png"
|
|
},
|
|
"+4": {
|
|
"image": "cards/+4.png"
|
|
}
|
|
},
|
|
"piles": {
|
|
"deck": {
|
|
"cards": [
|
|
"B0", "R0", "+4"
|
|
]
|
|
},
|
|
"placed": {}
|
|
},
|
|
"player_piles": {
|
|
"deck": {}
|
|
}
|
|
}
|