diff --git a/docs/CardList.json b/docs/CardList.json index 074730e..096fcb0 100644 --- a/docs/CardList.json +++ b/docs/CardList.json @@ -7,7 +7,7 @@ "type": "Passive", "cost": 0, "image": "https://docs.brut.systems/judah/entropy/passive-base.png", - "isHorizontal": false + "isHorizontal": true } }, "name": "Rapid Response", @@ -27,7 +27,7 @@ "type": "Passive", "cost": 0, "image": "https://docs.brut.systems/judah/entropy/passive-base.png", - "isHorizontal": false + "isHorizontal": true } }, "name": "Breaker", @@ -47,7 +47,7 @@ "type": "Passive", "cost": 0, "image": "https://docs.brut.systems/judah/entropy/passive-base.png", - "isHorizontal": false + "isHorizontal": true } }, "name": "Inverse Entropy", diff --git a/docs/blue-base.png b/docs/blue-base.png index 78ff4ac..5959f0c 100644 Binary files a/docs/blue-base.png and b/docs/blue-base.png differ diff --git a/docs/card-base.af b/docs/card-base.af index 865d90a..f91481b 100644 Binary files a/docs/card-base.af and b/docs/card-base.af differ diff --git a/docs/green-base.png b/docs/green-base.png index 6cf4446..cf2a6a0 100644 Binary files a/docs/green-base.png and b/docs/green-base.png differ diff --git a/docs/passive-base.png b/docs/passive-base.png index 759e763..cd69fda 100644 Binary files a/docs/passive-base.png and b/docs/passive-base.png differ diff --git a/docs/red-base.png b/docs/red-base.png index 29ef8eb..1d397ae 100644 Binary files a/docs/red-base.png and b/docs/red-base.png differ diff --git a/main.go b/main.go index 6294e64..df00acd 100644 --- a/main.go +++ b/main.go @@ -130,7 +130,7 @@ func main() { Type: card.typ.String(), Image: imgurl, Cost: card.entropy, - Horizontal: false, + Horizontal: true, }, }, Token: card.typ == Token,