.
This commit is contained in:
parent
dca1706e08
commit
fbe1fe25d1
2 changed files with 4 additions and 4 deletions
|
|
@ -258,7 +258,7 @@
|
||||||
"alignment": "START",
|
"alignment": "START",
|
||||||
"opponentAlignment": "START",
|
"opponentAlignment": "START",
|
||||||
"noAutoPayTo": true,
|
"noAutoPayTo": true,
|
||||||
"isHorizontalAllowed": false,
|
"isHorizontalAllowed": true,
|
||||||
"displayedTitle": "",
|
"displayedTitle": "",
|
||||||
"noQuickActions": false,
|
"noQuickActions": false,
|
||||||
"enterTapped": false,
|
"enterTapped": false,
|
||||||
|
|
@ -280,7 +280,7 @@
|
||||||
"alignment": "START",
|
"alignment": "START",
|
||||||
"opponentAlignment": "START",
|
"opponentAlignment": "START",
|
||||||
"noAutoPayTo": false,
|
"noAutoPayTo": false,
|
||||||
"isHorizontalAllowed": false,
|
"isHorizontalAllowed": true,
|
||||||
"displayedTitle": "",
|
"displayedTitle": "",
|
||||||
"noQuickActions": false,
|
"noQuickActions": false,
|
||||||
"enterTapped": false,
|
"enterTapped": false,
|
||||||
|
|
@ -302,7 +302,7 @@
|
||||||
"alignment": "START",
|
"alignment": "START",
|
||||||
"opponentAlignment": "START",
|
"opponentAlignment": "START",
|
||||||
"noAutoPayTo": false,
|
"noAutoPayTo": false,
|
||||||
"isHorizontalAllowed": false,
|
"isHorizontalAllowed": true,
|
||||||
"displayedTitle": "",
|
"displayedTitle": "",
|
||||||
"noQuickActions": false,
|
"noQuickActions": false,
|
||||||
"enterTapped": false,
|
"enterTapped": false,
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -184,7 +184,7 @@ func main() {
|
||||||
Type: card.typ.String(),
|
Type: card.typ.String(),
|
||||||
Image: fmt.Sprintf("https://docs.brut.systems/judah/entropy/%s.png", id),
|
Image: fmt.Sprintf("https://docs.brut.systems/judah/entropy/%s.png", id),
|
||||||
Cost: card.entropy,
|
Cost: card.entropy,
|
||||||
Horizontal: false,
|
Horizontal: card.typ == Boon,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Token: card.token,
|
Token: card.token,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue