Browse Source

Update for new schema

main
ThePerkinrex 5 years ago
parent
commit
216ba3e74a
No known key found for this signature in database GPG Key ID: FD81DE6D75E20917
  1. 12
      game.json

12
game.json

@ -1,4 +1,5 @@
{ {
"$schema": "https://theperkinrex.duckdns.org/CardsSimulator/cards-simulator/raw/branch/main/server/schema/game-config.json",
"name": "LibreUNO", "name": "LibreUNO",
"version": "0.1.0", "version": "0.1.0",
"authors": [ "authors": [
@ -434,16 +435,19 @@
"+4", "+4",
"COLORCHANGE" "COLORCHANGE"
], ],
"face_down": true "face_down": true,
"name": "Deck"
}, },
"placed": {} "placed": {"name": "Placed cards"}
}, },
"player_piles": { "player_piles": {
"deck": { "deck": {
"cards": [] "cards": [],
"name": "Hand"
}, },
"color_select": { "color_select": {
"visible": false "visible": false,
"name": "Select a color"
} }
} }
} }
Loading…
Cancel
Save