Add more dividers
This commit is contained in:
parent
aecd8683b2
commit
7371cddab3
@ -65,7 +65,11 @@ func pickNextAction[C StatsCollection](p *Player[C]) (isCard bool, cardIdx int,
|
|||||||
divider()
|
divider()
|
||||||
}
|
}
|
||||||
displayOnePanel(p, p.Prompt)
|
displayOnePanel(p, p.Prompt)
|
||||||
|
divider()
|
||||||
actionsOffset := displayStatsMenu(p)
|
actionsOffset := displayStatsMenu(p)
|
||||||
|
if actionsOffset > 0 {
|
||||||
|
divider()
|
||||||
|
}
|
||||||
handOffset := displayPermanentActionsMenu(p, actionsOffset)
|
handOffset := displayPermanentActionsMenu(p, actionsOffset)
|
||||||
max := displayHandMenu(p, handOffset)
|
max := displayHandMenu(p, handOffset)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user