Highlight legal moves and show pip count by default

This commit is contained in:
Trevor Slocum 2023-11-14 13:11:15 -08:00
parent 3174ef1b98
commit ae021b91f5
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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{},