Skip to content

Commit

Permalink
Font & Virtual Key Update (#932)
Browse files Browse the repository at this point in the history
- Changed the main font to Exo2
- Changed the monospaced font to League Mono
- Changed the virtual key design to increase legibility and match the font
- Added a few symbols
  • Loading branch information
C29H25N3O5 authored Aug 4, 2023
1 parent ed9417d commit 7be2aa5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file modified media/image/virtualkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions parts/char.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ local L={
bomb= 0xF00C5,
garbage= 0xF00C6,
copy= 0xF00C7,
tas= 0xF00C8,
pencil= 0xF00C9,
magGlass= 0xF00CA,
zoomIn= 0xF00CB,
zoomOut= 0xF00CC,
zoomDefault= 0xF00CD,
},
key={-- F0100~F017F
macCmd= 0xF0100,
Expand Down
Binary file modified parts/fonts/monospaced.otf
Binary file not shown.
Binary file modified parts/fonts/proportional.otf
Binary file not shown.

0 comments on commit 7be2aa5

Please sign in to comment.