diff --git a/Game.json b/Game.json index 1b231c0..f41018f 100644 --- a/Game.json +++ b/Game.json @@ -60,19 +60,28 @@ "content": [ { "section": "Red", - "style": false + "style": { + "color": "#F8788F" + } }, { "section": "Green", - "style": false + "style": { + "color": "#78F8B2" + } }, { "section": "Blue", - "style": false + "style": { + "color": "#78BEF8" + } }, { "section": "Passive", - "style": false + "style": { + "color": "#B8B8B8", + "width": "50%" + } } ] }, @@ -137,6 +146,74 @@ "keepTappedNewTurn": false, "showHiddenCardInHistory": false }, + "Stack": { + "isDefaultSection": true, + "title": "Stack", + "isHidden": "no", + "height": "HUGE", + "alignment": "NONE", + "isHorizontalAllowed": false, + "isGroupForbidden": true, + "displayedTitle": "Pile", + "opponentAlignment": false, + "noAutoPayTo": false, + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + }, + "Exile": { + "isDefaultSection": true, + "title": "Exile", + "isHidden": "yes", + "height": "DEFAULT", + "alignment": "NONE", + "isHorizontalAllowed": false, + "isGroupForbidden": true, + "noAutoPayTo": true, + "displayedTitle": "Removed", + "opponentAlignment": false, + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + }, + "ExileHidden": { + "isDefaultSection": true, + "title": "ExileHidden", + "isHidden": "yes", + "height": "DEFAULT", + "alignment": "NONE", + "isHorizontalAllowed": false, + "isGroupForbidden": true, + "noAutoPayTo": true, + "displayedTitle": "Removed hidden", + "opponentAlignment": false, + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + }, + "Sideboard": { + "isDefaultSection": true, + "title": "Sideboard", + "isHidden": "no", + "height": "DEFAULT", + "alignment": "NONE", + "isHorizontalAllowed": false, + "isGroupForbidden": true, + "opponentAlignment": false, + "noAutoPayTo": false, + "displayedTitle": "", + "noQuickActions": false, + "enterTapped": false, + "enterSpun": false, + "keepTappedNewTurn": false, + "showHiddenCardInHistory": false + }, "Red": { "title": "Red", "isHidden": "no", @@ -144,7 +221,7 @@ "alignment": "START", "opponentAlignment": false, "noAutoPayTo": true, - "isHorizontalAllowed": false, + "isHorizontalAllowed": true, "displayedTitle": "", "noQuickActions": false, "enterTapped": false, @@ -189,7 +266,7 @@ "title": "Passive", "isHidden": "no", "height": "SMALL", - "alignment": "END", + "alignment": "CENTER", "opponentAlignment": false, "noAutoPayTo": true, "isHorizontalAllowed": true,