Font fixes and symbol additions (#956)

* 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
This commit is contained in:
C₂₉H₂₅N₃O₅
2023-08-29 00:43:17 -05:00
committed by GitHub
parent 9e384f80cb
commit c7b8dd24c7
2 changed files with 18 additions and 0 deletions

View File

@@ -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,

Binary file not shown.