Skip to content

Commit

Permalink
Rename board texture to fix broken themes (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcat authored Sep 16, 2024
1 parent 2ceef82 commit 2bc8d1a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/gui/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Theme:
EVAL_DOT_TEXTURE = "dot.png"
LAST_MOVE_TEXTURE = "inner.png"
TOP_MOVE_TEXTURE = "topmove.png"
BOARD_TEXTURE = "wood6.jpg" # "board.png"
BOARD_TEXTURE = "board.png"
GRAPH_TEXTURE = "graph_bg.png"
# sounds
STONE_SOUNDS = [f"stone{i}.wav" for i in [1, 2, 3, 4, 5]]
Expand Down
Binary file modified katrain/img/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed katrain/img/wood6.jpg
Binary file not shown.
Binary file added themes/board_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2bc8d1a

Please sign in to comment.