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