sanderland / katrain

Improve your Baduk skills by training with KataGo!
Other
1.59k stars 224 forks source link

Revert board texture to fix broken themes #710

Closed rmcat closed 2 days ago

rmcat commented 3 days ago

Hi, I found a problem where the board graphics of multiple themes were not applied. This issue arose because the themes use board.png, but Kivy now only uses the updated board texture wood6.jpg. I wasn't sure whether to delete the old board.png and convert and rename the JPG, so I did not make that change.

sanderland commented 2 days ago

Yes, can move board.png to themes/board_old.png and convert the wood6 file !

rmcat commented 2 days ago

I moved the old board image, converted the current board image to PNG, and compressed it losslessly.

sanderland commented 2 days ago

Thanks. I'm not going to make a new release for now, but will merge it into main so people running from source can benefit immediately.