Skip to content

Commit

Permalink
Font fixes and symbol additions (#956)
Browse files Browse the repository at this point in the history
* Updated two block skins

* Updated in-game font

- Adjusted the alignment of font
- Added missing glyphs in some languages
- Redesigned grade letters to increase legibility

* Symbol and font fixes

- Added some more symbols
- Fixed some missing characters
  • Loading branch information
C29H25N3O5 authored Aug 29, 2023
1 parent 9e384f8 commit c7b8dd2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions parts/char.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,24 @@ local L={
zoomIn= 0xF00CB,
zoomOut= 0xF00CC,
zoomDefault= 0xF00CD,
share= 0xF00CE,
save= 0xF00CF,
fastForward= 0xF00D0,
rewind= 0xF00D1,
nextSong= 0xF00D2,
previousSong= 0xF00D3,
cycle= 0xF00D4,
cycleOne= 0xF00D5,
cycleOff= 0xF00D6,
random= 0xF00D7,
randomOff= 0xF00D8,
randomAuto= 0xF00D9,
closedCaption= 0xF00DA,
fullBeat= 0xF00DB,
rewind10= 0xF00DC,
rewind30= 0xF00DD,
foward10= 0xF00DE,
foward30= 0xF00DF,
},
key={-- F0100~F017F
macCmd= 0xF0100,
Expand Down
Binary file modified parts/fonts/proportional.otf
Binary file not shown.

0 comments on commit c7b8dd2

Please sign in to comment.