mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-24 09:49:02 -06:00
8x11 font by MattMayuga with more characters
This commit is contained in:
parent
df19129228
commit
9a67a6ce03
@ -26,8 +26,18 @@ font_3x5_4 = love.graphics.newImageFont(
|
||||
-4
|
||||
)
|
||||
|
||||
font_8x11 = love.graphics.newImageFont(
|
||||
"res/fonts/8x11_medium.png",
|
||||
"0123456789:.",
|
||||
-- this would be font_8x11 with the other one as 8x11_2
|
||||
-- but that would break compatibility :(
|
||||
font_8x11_small = love.graphics.newImageFont(
|
||||
"res/fonts/8x11.png",
|
||||
" 0123456789:;.,ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ..
|
||||
"?!/\\^@$%<=>()*-+[]_&",
|
||||
1
|
||||
)
|
||||
|
||||
font_8x11 = love.graphics.newImageFont(
|
||||
"res/fonts/8x11_medium.png",
|
||||
" 0123456789:;.,ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ..
|
||||
"?!/\\^@$%<=>()*-+[]_&",
|
||||
1
|
||||
)
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 4.9 KiB |
Loading…
Reference in New Issue
Block a user