Skip to content

Commit

Permalink
fix no outline for o in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LupaDevStudio committed Nov 27, 2023
1 parent 353367f commit 35188d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added resources/fonts/scratched_letters_V2.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
PATH_GAMEPLAY = PATH_RESOURCES_FOLDER + "gameplay.json"

# Path for the fonts
PATH_TITLE_FONT = PATH_FONTS + "scratched_letters.ttf"
PATH_TITLE_FONT = PATH_FONTS + "scratched_letters_V2.ttf"
PATH_TEXT_FONT = PATH_FONTS + "Aquifer.ttf"

0 comments on commit 35188d4

Please sign in to comment.