Skip to content
Snippets Groups Projects

Resolve "button to leave game with leave game request"

Merged beckermar requested to merge 49-button-to-leave-game-with-leave-game-request into main
4 files
+ 19
35
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
3
@@ -6,9 +6,7 @@ FONT_NAME1="JunicodeBold.ttf"
FONT_NAME2="MagicSchoolOne.ttf"
# path to the system fonts directory
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
FONT_DIR="$HOME/.fonts"
elif [[ "$OSTYPE" == "darwin"* ]]; then
if [[ "$OSTYPE" == "darwin"* ]]; then
FONT_DIR="$HOME/Library/Fonts"
else
echo "Unsupported operating system. Exiting."
Loading