Highlight legal moves and show pip count by default
This commit is contained in:
parent
3174ef1b98
commit
ae021b91f5
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
1.1.2:
|
||||
- Support moving checkers by clicking instead of dragging
|
||||
- Show match score during matches worth more than 1 point
|
||||
- Optionally show pip count
|
||||
- Show show pip count
|
||||
|
||||
1.1.1:
|
||||
- Support additional languages
|
||||
|
|
|
@ -161,6 +161,8 @@ func NewBoard() *board {
|
|||
chatGrid: etk.NewGrid(),
|
||||
floatChatGrid: etk.NewGrid(),
|
||||
floatInputGrid: etk.NewGrid(),
|
||||
showPipCount: true,
|
||||
highlightAvailable: true,
|
||||
widget: NewBoardWidget(),
|
||||
fontFace: mediumFont,
|
||||
repositionLock: &sync.Mutex{},
|
||||
|
|
Loading…
Reference in a new issue